Skip to content

Commit aa3267e

Browse files
authored
Merge pull request #3 from stakater-docker/user-fix
user fix
2 parents 9ec2d06 + cef7be5 commit aa3267e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ RUN chgrp -R 0 /root && \
2020
# Clean up
2121
RUN apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2222

23+
USER $USER
24+
2325
CMD ["/init.sh"]

0 commit comments

Comments
 (0)