Skip to content

Commit b4a1528

Browse files
committed
Fix Dockerfile.arch
Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent eeaf41c commit b4a1528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.arch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM archlinux
22

3-
RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
3+
RUN pacman -Syu --noconfirm && pacman -Sy --needed --noconfirm \
44
autoconf \
55
autoconf-archive \
66
automake \

0 commit comments

Comments
 (0)