From d326c73565e2ea7243920b18541691ad25a9ff4f Mon Sep 17 00:00:00 2001 From: "David J. Malan" Date: Wed, 10 Jul 2024 14:05:15 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) 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