diff --git a/.devcontainer/prebuild/.devcontainer/Dockerfile b/.devcontainer/prebuild/.devcontainer/Dockerfile index bf2e737f..694cd0c8 100644 --- a/.devcontainer/prebuild/.devcontainer/Dockerfile +++ b/.devcontainer/prebuild/.devcontainer/Dockerfile @@ -30,7 +30,7 @@ ARG USER_UID=1000 ARG USER_GID=$USER_UID RUN groupadd --gid $USER_GID $USERNAME \ - && useradd --create-home --uid $USER_UID --gid $USER_GID $USERNAME \ + && useradd --create-home --uid $USER_UID --gid $USER_GID $USERNAME -s /bin/bash \ && echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \ && chmod 0440 /etc/sudoers.d/$USERNAME diff --git a/template/.devcontainer/prebuild/.devcontainer/Dockerfile.jinja b/template/.devcontainer/prebuild/.devcontainer/Dockerfile.jinja index 828aaa2c..2452c9bb 100644 --- a/template/.devcontainer/prebuild/.devcontainer/Dockerfile.jinja +++ b/template/.devcontainer/prebuild/.devcontainer/Dockerfile.jinja @@ -30,7 +30,7 @@ ARG USER_UID=1000 ARG USER_GID=$USER_UID RUN groupadd --gid $USER_GID $USERNAME \ - && useradd --create-home --uid $USER_UID --gid $USER_GID $USERNAME \ + && useradd --create-home --uid $USER_UID --gid $USER_GID $USERNAME -s /bin/bash \ && echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \ && chmod 0440 /etc/sudoers.d/$USERNAME