Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
fix lib32z1 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
timche authored Oct 23, 2022
1 parent 3f72f13 commit 2d39927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ RUN apt-get update \
ca-certificates=20200601~deb10u2 \
lib32gcc1=1:8.3.0-6 \
lib32stdc++6=8.3.0-6 \
lib32z1=1:1.2.11.dfsg-1+deb10u2 \
rsync=3.1.3-6 \
unzip=6.0-23+deb10u2 \
wget=1.20.1-1.1 \
lib32z1=1:1.2.11.dfsg-1 \
locales \
&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \
&& dpkg-reconfigure --frontend=noninteractive locales \
Expand Down

0 comments on commit 2d39927

Please sign in to comment.