mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 23:47:20 +00:00
fix dockerfile again
This commit is contained in:
parent
183e7d8a20
commit
8eaf444a25
@ -3,7 +3,8 @@ FROM archlinux
|
|||||||
RUN pacman -Sy
|
RUN pacman -Sy
|
||||||
|
|
||||||
# toolchain
|
# 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
|
# kf5 and qt5 libraries
|
||||||
RUN pacman -S --noconfirm plasma-framework
|
RUN pacman -S --noconfirm plasma-framework
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user