fix whitespaces

This commit is contained in:
Philipp Holzer 2023-04-02 12:30:27 +02:00
parent 504d84719f
commit 2d493682fc
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
1 changed files with 15 additions and 15 deletions

View File

@ -1,6 +1,6 @@
FROM alpine
RUN set -eux; \
RUN set -ex; \
apk add --no-cache --virtual .gosu-deps \
ca-certificates \
curl \