mirror of
https://github.com/linka-cloud/d2vm.git
synced 2024-11-22 15:56:24 +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:
parent
9020cb0579
commit
bbf415854f
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user