From 905db876d99f5c57db59390fb200d58d8e2eed61 Mon Sep 17 00:00:00 2001 From: Aine Date: Mon, 4 Nov 2024 11:59:41 +0200 Subject: [PATCH] add missing libs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 56de2fb..81c9793 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG BORG_VERSION ARG BORGMATIC_VERSION RUN apk add --no-cache python3 py3-packaging py3-setuptools libacl openssh postgresql${POSTGRES_VERSION}-client socat && \ - apk --no-cache add --virtual builddeps alpine-sdk linux-headers acl-dev py3-cffi py3-pip openssl-dev python3-dev && \ + apk --no-cache add --virtual builddeps alpine-sdk linux-headers acl-dev py3-cffi py3-pip openssl-dev python3-dev lz4-dev zstd-dev xxhash-dev && \ ln -s /bin/uname /usr/local/bin/uname && \ ln -s /bin/rm /usr/local/bin/rm && \ ln -s /bin/sh /usr/local/bin/sh && \