Skip to content

Commit 7ea8f14

Browse files
tomkralidiskalxas
authored andcommitted
update Dockerfile to fix CVE-2026-4878
1 parent 8f588ea commit 7ea8f14

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 libssl3t64 && \
48+
apt-get install --yes --no-install-recommends ca-certificates python3-setuptools libcap2 libssl3t64 && \
4949
rm -rf /var/lib/apt/lists/*
5050

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

0 commit comments

Comments
 (0)