We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88771f9 commit 1b984c7Copy full SHA for 1b984c7
1 file changed
Dockerfile
@@ -24,7 +24,7 @@ RUN apt-get update && apt-get install -qqy \
24
# user without root privileges greatly improves security
25
RUN groupadd -r syncano \
26
&& useradd -r -g syncano syncano
27
-RUN chmod 777 /tmp
+RUN chmod 1777 /tmp
28
29
USER syncano
30
CMD ["python"]
0 commit comments