mirror of
https://github.com/linka-cloud/d2vm.git
synced 2025-02-19 15:05:51 +00:00
fix typo (again)
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
parent
04bf1810e2
commit
a21fb68b7b
@ -2,7 +2,7 @@ FROM ubuntu
|
|||||||
|
|
||||||
# Install netplan sudo ssh-server and dns utils
|
# Install netplan sudo ssh-server and dns utils
|
||||||
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y \
|
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
ameu-guest-agent \
|
qemu-guest-agent \
|
||||||
netplan.io \
|
netplan.io \
|
||||||
dnsutils \
|
dnsutils \
|
||||||
sudo \
|
sudo \
|
||||||
|
@ -8,7 +8,7 @@ FROM ubuntu
|
|||||||
|
|
||||||
# Install netplan sudo ssh-server and dns utils
|
# Install netplan sudo ssh-server and dns utils
|
||||||
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y \
|
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
ameu-guest-agent \
|
qemu-guest-agent \
|
||||||
netplan.io \
|
netplan.io \
|
||||||
dnsutils \
|
dnsutils \
|
||||||
sudo \
|
sudo \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user