feat: install sudoers + allow sudo access for created users
This commit is contained in:
parent
84df38ba0d
commit
3c1c0ad41f
2 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue