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

@ -34,7 +34,8 @@ RUN --mount=type=cache,target=/var/cache/apt,id=apt_$TARGETARCH --mount=type=tmp
gir1.2-rsvg-2.0=2.54.5+dfsg-1ubuntu2.1 \
libgirepository-1.0-1=1.76.1-1 \
tzdata=2023c-2exp1ubuntu1.1 \
ca-certificates=20230311ubuntu0.23.04.1
ca-certificates=20230311ubuntu0.23.04.1 \
zstd=1.5.4+dfsg2-4
ENV PATH="/usr/lib/postgresql/15/bin/:$PATH"

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