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

Commit

Permalink
upgrade zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
vladupshot committed Feb 1, 2024
1 parent 63eb7b0 commit 6ded322
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile_worker
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ RUN apt update && \
ca-certificates \
libssl-dev \
gh && \
echo "deb http://deb.debian.org/debian testing main" >> /etc/apt/sources.list && \
apt update && \
apt install zlib1g/testing && \
rm -rf /var/cache/apt/* && \
python3 -m pip install --upgrade pip

Expand Down

0 comments on commit 6ded322

Please sign in to comment.