Browse Source

Added -S flag to addgroup command within Dockerfiles

master
Thomas Boerger 8 years ago
parent
commit
d7dea676fd
No known key found for this signature in database GPG Key ID: 5A388F55283960B6
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Dockerfile
  2. +1
    -1
      Dockerfile.rpi

+ 1
- 1
Dockerfile View File

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


+ 1
- 1
Dockerfile.rpi View File

@@ -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