We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5a8f9 commit 13bedb9Copy full SHA for 13bedb9
tests/Dockerfile.archlinux
@@ -2,6 +2,8 @@ FROM archlinux:latest
2
3
RUN pacman-key --init \
4
&& pacman -Syu --noconfirm \
5
- && pacman -S --noconfirm xfce4
+ && pacman -S --noconfirm xfce4 libxpm
6
+
7
+# libXmp is required by lucid build
8
9
ADD scripts /scripts
0 commit comments