Skip to content

Commit

Permalink
bzip2
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling authored Jul 19, 2022
1 parent c78e88f commit 91d35bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ RUN apt-get install -y --no-install-recommends tree
RUN wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb && \
dpkg -i libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb && \
rm -rf libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb

# UBUNTU 22.04 IS MISSING BZIP IN THE BASE IMAGE
RUN apt-get install -y --no-install-recommends bzip2

0 comments on commit 91d35bb

Please sign in to comment.