Skip to content

Commit ca8d0f4

Browse files
committed
fn user added to runtime image
1 parent 8d3ead5 commit ca8d0f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

images/runtime/3.7.1/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
FROM python:3.7.1-slim-stretch
2+
3+
RUN addgroup -g 1000 -S fn && adduser -S -u 1000 -G fn fn

0 commit comments

Comments
 (0)