We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2f9aa commit 261c6c4Copy full SHA for 261c6c4
1 file changed
images/runtime/3.6/Dockerfile
@@ -1 +1,3 @@
1
FROM python:3.6-slim-stretch
2
+
3
+RUN addgroup --gid 1000 --system fn && adduser --system --uid 1000 --ingroup fn fn
0 commit comments