fix: missing \
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-03-17 22:28:43 +01:00
parent bc8251a42c
commit bb2cc55ba1

View File

@@ -5,7 +5,7 @@ ARG USERNAME=msmtp
COPY start-container.sh /usr/local/bin/start-container
RUN adduser -D $USERNAME \
&& apk add msmtp
&& apk add msmtp \
&& chmod +x /usr/local/bin/start-container
USER $USERNAME