examples/full: add cloud-init support and cloud-guest-utils

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
Adphi 2022-08-04 18:09:45 +02:00
parent 6c23c42f80
commit 56104bbc0f
Signed by: adphi
GPG Key ID: 46BE4062DB2397FF
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends \
git \
vim \
tmux \
htop
htop \
cloud-init \
cloud-guest-utils
# Create user with sudo privileged and passwordless sudo
RUN useradd ${USER} -m -s /bin/zsh -G sudo && \