Added -S flag to addgroup command within Dockerfiles

release/v1.0
Thomas Boerger 7 years ago
parent 4b0abdae9e
commit d7dea676fd
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6

@ -18,7 +18,7 @@ RUN apk update && \
rm -rf \
/var/cache/apk/* && \
addgroup \
-g 1000 \
-S -g 1000 \
git && \
adduser \
-S -H -D \

@ -18,7 +18,7 @@ RUN apk update && \
rm -rf \
/var/cache/apk/* && \
addgroup \
-g 1000 \
-S -g 1000 \
git && \
adduser \
-S -H -D \

Loading…
Cancel
Save