added sudo package

This commit is contained in:
Guillaume "B.B." Van Hemmen 2020-11-28 21:29:28 +01:00 committed by GitHub
parent 87d566639d
commit 59d9699760
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \