Skip to content

Commit

Permalink
add missing libs
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed Nov 4, 2024
1 parent 25deed1 commit 905db87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 905db87

Please sign in to comment.