added sudo package
This commit is contained in:
parent
87d566639d
commit
59d9699760
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ ENV GID 1000
|
|||
|
||||
# Install dependencies
|
||||
RUN apt-get update &&\
|
||||
apt-get install -y curl lib32gcc1 lsof git
|
||||
apt-get install -y curl lib32gcc1 lsof git sudo
|
||||
|
||||
# Enable passwordless sudo for users under the "sudo" group
|
||||
RUN sed -i.bkp -e \
|
||||
|
|
Loading…
Reference in a new issue