feat: install sudoers + allow sudo access for created users

This commit is contained in:
Pim van den Berg 2022-09-18 14:38:53 +02:00
parent 84df38ba0d
commit 3c1c0ad41f
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@ RUN set -eux && \
DEBIAN_FRONTEND=noninteractive apt-get upgrade -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
openssh-server \
sudo \
locales \
curl \
telnet \