fix typo (again)

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
Adphi 2022-04-21 19:13:46 +02:00
parent 04bf1810e2
commit a21fb68b7b
Signed by: adphi
GPG Key ID: F2159213400E50AB
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM ubuntu
# Install netplan sudo ssh-server and dns utils
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y \
ameu-guest-agent \
qemu-guest-agent \
netplan.io \
dnsutils \
sudo \

View File

@ -8,7 +8,7 @@ FROM ubuntu
# Install netplan sudo ssh-server and dns utils
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y \
ameu-guest-agent \
qemu-guest-agent \
netplan.io \
dnsutils \
sudo \