Add xxhash package to build

pull/316/head
Grant Bevis 2024-04-18 09:32:39 +01:00
rodzic f2047cbf14
commit acd7a310f9
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -59,7 +59,8 @@ RUN <<EOF
postgresql-client \
sqlite \
sshfs \
tzdata
tzdata \
xxhash
apk upgrade --no-cache
EOF