2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2024-06-16 03:59:50 +00:00

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

View File

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