diff --git a/Dockerfile b/Dockerfile index f13a9b5..1a79f8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,6 @@ RUN chgrp -R 0 /root && \ # Clean up RUN apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* +USER $USER + CMD ["/init.sh"]