Dockefile: remove udevadm missing warning

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
Adphi 2022-04-24 16:57:11 +02:00
parent 13d913db38
commit 8538bb0521
Signed by: adphi
GPG Key ID: F2159213400E50AB
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ FROM ubuntu
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
util-linux \
udev \
parted \
e2fsprogs \
mount \

View File

@ -1,4 +1,4 @@
FROM ubuntu
RUN apt update && apt install -y openssh-server && \
echo "PermitRootLogin yes" >> /etc/ssh/sshd_config \
echo "PermitRootLogin yes" >> /etc/ssh/sshd_config