Fixed arch build

This commit is contained in:
emeric
2022-08-07 14:12:53 +02:00
parent 167865d077
commit 4e246ac0b6
+1 -1
View File
@@ -13,7 +13,7 @@ ARG BUILD_PACKAGES="\
taglib \
wt"
RUN pacman -Syy
RUN pacman -Syu --noconfirm
RUN pacman -S --noconfirm ${BUILD_PACKAGES}
# LMS