We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a85cd2 commit 455c16aCopy full SHA for 455c16a
1 file changed
images/runtime/3.7.1/Dockerfile
@@ -1,3 +1,3 @@
1
FROM python:3.7.1-slim-stretch
2
3
-RUN addgroup -g 1000 -S fn && adduser -S -u 1000 -G fn fn
+RUN addgroup --gid 1000 --system fn && adduser --system --uid 1000 --ingroup fn fn
0 commit comments