turns out systemd requires util-linux
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-03-16 19:16:45 +01:00
parent 76554ec553
commit 6fe52b6a4b
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

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