We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f00167b + cae6d25 commit 6354e32Copy full SHA for 6354e32
1 file changed
bazel/Dockerfile
@@ -29,3 +29,7 @@ RUN apt-get -y update \
29
python3 \
30
python3-yaml \
31
time
32
+
33
+RUN groupadd -g 9000 user \
34
+ && useradd -u 9000 -g 9000 -m -s /bin/bash user
35
+USER user
0 commit comments