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
@@ -32,7 +32,8 @@ ARG BUILD_PACKAGES=" \
libconfig-dev \
utfcpp \
sqlite-dev \
gtest-dev"
gtest-dev \
xxhash-dev"
RUN apk add --no-cache --update ${BUILD_PACKAGES}