Skip to content

Commit

Permalink
#284 - zlib1g from trixie instead if sid
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoltz committed Mar 27, 2024
1 parent 66ed017 commit be36971
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 3.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ ENV LANG en_US.UTF-8

USER root

RUN echo 'deb http://deb.debian.org/debian sid main' > /etc/apt/sources.list.d/sid.list \
&& echo $'Package: *\nPin: release n=sid\nPin-Priority: -10\n\nPackage: zlib1g\nPin: release n=sid\nPin-Priority: 501' > /etc/apt/preferences.d/sid.pref \
# Reinstall zlib1g with fixed CVE-2023-45853 on trixie: https://security-tracker.debian.org/tracker/CVE-2023-45853
RUN echo 'deb http://deb.debian.org/debian trixie main' > /etc/apt/sources.list.d/trixie.list \
&& echo $'Package: *\nPin: release n=trixie\nPin-Priority: -10\n\nPackage: zlib1g\nPin: release n=trixie\nPin-Priority: 501' > /etc/apt/preferences.d/trixie.pref \
&& apt-get update && apt-get -u install zlib1g && apt-get -y install curl

# download deegree webservices WAR file
Expand Down

0 comments on commit be36971

Please sign in to comment.