This commit is contained in:
@@ -32,7 +32,9 @@ ARG STALWART_VERSION=0.16.8
|
||||
RUN cd /tmp \
|
||||
&& curl -sSL -o stalwart.tar.gz "https://github.com/stalwartlabs/stalwart/releases/download/v${STALWART_VERSION}/stalwart-x86_64-unknown-linux-gnu.tar.gz" \
|
||||
&& tar xzf stalwart.tar.gz \
|
||||
&& mv stalwart-* /home/container/stalwart-mail/bin/stalwart-mail \
|
||||
&& ls -la /tmp/ \
|
||||
&& find /tmp -name "stalwart*" -type f \
|
||||
&& cp /tmp/stalwart-mail /home/container/stalwart-mail/bin/stalwart-mail \
|
||||
&& chmod +x /home/container/stalwart-mail/bin/stalwart-mail \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user