We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767c5df commit 2b15defCopy full SHA for 2b15def
Dockerfile-focal
@@ -3,7 +3,7 @@ LABEL org.opencontainers.image.authors="[email protected]"
3
4
RUN apt-get update
5
RUN DEBIAN_FRONTEND=noninteractive apt-get install --yes sudo
6
-RUN useradd --create-home --user-group --groups sudo ubuntu
+RUN useradd --create-home --shell /bin/bash --user-group --groups sudo ubuntu
7
RUN sed --in-place --expression '/^%sudo/ s/ALL$/NOPASSWD: ALL/' /etc/sudoers
8
9
COPY scripts/prepare-container-focal.sh /usr/sbin
0 commit comments