Fix adduser param to actually use 'app' group

This commit is contained in:
Anton Vorobiev
2021-01-23 21:58:49 +01:00
parent 855f7724be
commit 9e066ebc7b

View File

@@ -27,7 +27,7 @@ ARG REVISION
LABEL maintainer="stefanprodan"
RUN addgroup -S app \
&& adduser -S -g app app \
&& adduser -S -G app app \
&& apk --no-cache add \
ca-certificates curl netcat-openbsd