Added xxhash dependency

This commit is contained in:
emeric
2025-03-09 15:11:41 +01:00
parent 38fde8bae0
commit 744abefc8b
9 changed files with 108 additions and 4 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ ARG BUILD_PACKAGES="\
make \
pkgconfig \
taglib \
wt"
wt \
xxhash"
RUN pacman -Syu --noconfirm
RUN pacman -S --noconfirm ${BUILD_PACKAGES}