Skip to content

Commit 261c6c4

Browse files
kppkdenismakogon
authored andcommitted
Add fn user/group to 3.6 runtime image (#79)
1 parent 3b2f9aa commit 261c6c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

images/runtime/3.6/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
FROM python:3.6-slim-stretch
2+
3+
RUN addgroup --gid 1000 --system fn && adduser --system --uid 1000 --ingroup fn fn

0 commit comments

Comments
 (0)