1
0

feat: install sudoers + allow sudo access for created users
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
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 \