diff --git a/Dockerfile b/Dockerfile index 82a2c08..421f887 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/examples/ubuntu.Dockerfile b/examples/ubuntu.Dockerfile index cc7840d..be9568c 100644 --- a/examples/ubuntu.Dockerfile +++ b/examples/ubuntu.Dockerfile @@ -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