Skip to content

Commit d60af0a

Browse files
authored
Merge pull request #74 from fnproject/nl-cap
fn user added to runtime image
2 parents 8d3ead5 + ca8d0f4 commit d60af0a

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)