summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 80dc194c1b..bc6b72a208 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,7 @@ RUN apk update && \
rm -rf \
/var/cache/apk/* && \
addgroup \
- -g 1000 \
+ -S -g 1000 \
git && \
adduser \
-S -H -D \