From 8eaf444a25c77aeb19b73bd3216e76187a073b2a Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Sun, 1 Nov 2020 01:16:10 +0300 Subject: [PATCH] fix dockerfile again --- .docker/Dockerfile-arch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.docker/Dockerfile-arch b/.docker/Dockerfile-arch index 6e5fe9a..5a52504 100644 --- a/.docker/Dockerfile-arch +++ b/.docker/Dockerfile-arch @@ -3,7 +3,8 @@ FROM archlinux RUN pacman -Sy # toolchain -RUN pacman -S --noconfirm base-devel cmake extra-cmake-modules python +RUN echo -e 'y\ny' | pacman -S util-linux-libs +RUN pacman -S --noconfirm base-devel cmake extra-cmake-modules python util-linux-libs # kf5 and qt5 libraries RUN pacman -S --noconfirm plasma-framework