mirror of
https://github.com/linka-cloud/d2vm.git
synced 2024-11-25 17:16:25 +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
6c23c42f80
commit
56104bbc0f
@ -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 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user