mirror of
https://github.com/linka-cloud/d2vm.git
synced 2024-11-22 15:56:24 +00:00
Dockefile: remove udevadm missing warning
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
parent
13d913db38
commit
8538bb0521
@ -16,6 +16,7 @@ FROM ubuntu
|
|||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
|
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
|
||||||
util-linux \
|
util-linux \
|
||||||
|
udev \
|
||||||
parted \
|
parted \
|
||||||
e2fsprogs \
|
e2fsprogs \
|
||||||
mount \
|
mount \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
||||||
RUN apt update && apt install -y openssh-server && \
|
RUN apt update && apt install -y openssh-server && \
|
||||||
echo "PermitRootLogin yes" >> /etc/ssh/sshd_config \
|
echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
|
||||||
|
Loading…
Reference in New Issue
Block a user