Skip to content

Commit 1b984c7

Browse files
committed
fix
1 parent 88771f9 commit 1b984c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get update && apt-get install -qqy \
2424
# user without root privileges greatly improves security
2525
RUN groupadd -r syncano \
2626
&& useradd -r -g syncano syncano
27-
RUN chmod 777 /tmp
27+
RUN chmod 1777 /tmp
2828

2929
USER syncano
3030
CMD ["python"]

0 commit comments

Comments
 (0)