diff --git a/Dockerfile b/Dockerfile index 35b4e2a3..59c467b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -152,9 +152,5 @@ RUN chmod a+rx /opt/cs50/bin/* && \ ln --symbolic /opt/cs50/phpliteadmin/bin/phpliteadmin /opt/cs50/bin/phpliteadmin -# Enforce login shell -RUN echo "\nshopt -q login_shell || exec bash --login -i" >> /etc/bash.bashrc - - # Set user USER ubuntu