Skip to content

Commit 13bedb9

Browse files
committed
fix archlinux test docker
1 parent 9d5a8f9 commit 13bedb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/Dockerfile.archlinux

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM archlinux:latest
22

33
RUN pacman-key --init \
44
&& pacman -Syu --noconfirm \
5-
&& pacman -S --noconfirm xfce4
5+
&& pacman -S --noconfirm xfce4 libxpm
6+
7+
# libXmp is required by lucid build
68

79
ADD scripts /scripts

0 commit comments

Comments
 (0)