From 71d1ba427f8d186f0174ce732243fff0d138c0ae Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Wed, 11 Feb 2015 10:38:54 +0000 Subject: [PATCH] Removing root password (online-labs/image-tools#10) --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index af92ca0..9a533ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -85,6 +85,10 @@ RUN systemctl enable oc-ssh-keys \ && systemctl enable oc-sync-kernel-modules +# Remove root password +RUN passwd -d root + + # Cleanup RUN pacman-db-upgrade \ && pacman -Rns linux-armv7 --noconfirm \