We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent accc428 commit f9e02c7Copy full SHA for f9e02c7
1 file changed
images/runtime/Dockerfile
@@ -4,7 +4,7 @@ COPY src/main/c/libfnunixsocket.so /function/runtime/lib/
4
5
RUN ["/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java", "-Xshare:dump"]
6
7
-RUN addgroup --system --gid 1000 fn && adduser fn --uid 1000 --group fn
+RUN addgroup --system --gid 1000 fn && adduser --uid 1000 --gid 1000 fn
8
9
# UseCGroupMemoryLimitForHeap looks up /sys/fs/cgroup/memory/memory.limit_in_bytes inside the container to determine
10
# what the heap should be set to. This is an experimental feature at the moment, thus we need to unlock to use it.
0 commit comments