Skip to content

Commit

Permalink
Fix versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Dec 3, 2024
1 parent ba40a6b commit 01b9f91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ RUN set -x \
# Install, update & upgrade packages
&& apt-get update \
&& apt-get install -y --no-install-recommends --no-install-suggests \
lib32stdc++6=12.2.0-1 \
lib32stdc++6=12.2.0-14 \
lib32gcc-s1=12.2.0-14 \
ca-certificates=20230311 \
nano=7.2-1 \
curl=7.88.1-10+deb12u5 \
locales=2.36-9+deb12u4 \
nano=7.2-1+deb12u1 \
curl=7.88.1-10+deb12u8 \
locales=2.36-9+deb12u9 \
&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \
&& dpkg-reconfigure --frontend=noninteractive locales \
# Create unprivileged user
Expand Down

0 comments on commit 01b9f91

Please sign in to comment.