Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrehagen committed Sep 11, 2020
1 parent cdc585b commit dd511b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/containers/cloud-computer/Dockerfile
Expand Up @@ -17,7 +17,7 @@ RUN sed -i -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releas
# Create a non-root user for safe operation
RUN useradd \
--create-home \
--groups $DOCKER_GROUP,shadow,sudo \
--groups docker,shadow,sudo \
--password $USER \
--shell /bin/zsh \
$USER
Expand Down

0 comments on commit dd511b5

Please sign in to comment.