Skip to content

Commit 38f9ac4

Browse files
tomkralidiskalxas
authored andcommitted
update Dockerfile to fix CVE-2026-29111
1 parent 7ea8f14 commit 38f9ac4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ LABEL maintainer="massimods@met.no,aheimsbakk@met.no,tommkralidis@gmail.com,gcpp
4545
ARG BUILD_DEV_IMAGE="false"
4646

4747
RUN apt-get update --yes && \
48-
apt-get install --yes --no-install-recommends ca-certificates python3-setuptools libcap2 libssl3t64 && \
48+
apt-get install --yes --no-install-recommends ca-certificates python3-setuptools libcap2 libssl3t64 libsystemd0 && \
4949
rm -rf /var/lib/apt/lists/*
5050

5151
RUN adduser --uid 1000 --gecos '' --disabled-password pycsw

0 commit comments

Comments
 (0)