mirror of
https://github.com/linka-cloud/d2vm.git
synced 2025-08-17 21:16:40 +00:00
Dockefile: remove udevadm missing warning
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user