This commit is contained in:
Manfred Touron 2015-02-11 10:38:54 +00:00
parent 9f4613804f
commit 71d1ba427f
1 changed files with 4 additions and 0 deletions

View File

@ -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 \