fix dockerfile again

This commit is contained in:
Evgenii Alekseev 2020-11-01 01:16:10 +03:00
parent 183e7d8a20
commit 8eaf444a25

View File

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