From 6fe52b6a4b7ce5ec3d34e98fe887483963770d5b Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 16 Mar 2020 19:16:45 +0100 Subject: [PATCH] turns out systemd requires util-linux --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3f2e2a8..9db9c63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,8 +28,7 @@ RUN pip install robotframework robotframework-seleniumlibrary \ # improved clean-up thanks to this: https://github.com/yantis/docker-archlinux-tiny pacman --noconfirm -Runs \ gzip less sysfsutils which \ - && pacman --noconfirm -R \ - util-linux shadow \ + && pacman --noconfirm -R shadow \ && rm -rv /usr/share/info/* \ && rm -rv /usr/share/man/* \ && rm -rv /usr/share/doc/* \