added zstd to docker containers

This commit is contained in:
Jenny Danzmayr 2023-12-07 07:28:07 +01:00
parent 960665a4ad
commit 4e4b88ad68
2 changed files with 4 additions and 2 deletions

View file

@ -25,7 +25,8 @@ RUN --mount=type=cache,target=/var/cache/apt,id=apt_$TARGETARCH --mount=type=tmp
curl=7.88.1-8ubuntu2.4 \
libpcre3=2:8.39-15 \
tzdata=2023c-2exp1ubuntu1.1 \
ca-certificates=20230311ubuntu0.23.04.1
ca-certificates=20230311ubuntu0.23.04.1 \
zstd=1.5.4+dfsg2-4
FROM base as builder