Skip to content

Commit

Permalink
Merge pull request #12 from Badger-Finance/update-image
Browse files Browse the repository at this point in the history
feat: update docker image
  • Loading branch information
mrbasado authored Oct 5, 2023
2 parents 15a2a7f + 182660d commit 9fa149e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ RUN apt-get remove libexpat1 libexpat1-dev -y
RUN apt-get remove libsasl2-2 libsasl2-modules-db -y
RUN apt-get remove linux-libc-dev -y
RUN apt-get remove libssl-dev -y
RUN apt-get remove libtiff5 libtiffxx5 -y
RUN apt-get update -y
RUN apt-get install libssl-dev>=1.1.1k-1+deb11u2 libssl1.1>=1.1.1k-1+deb11u2 openssl>=1.1.1k-1+deb11u2 -y
RUN apt-get install libexpat1>=2.2.10-2+deb11u1 -y
RUN apt-get install libsasl2-2>=2.1.27+dfsg-2.1+deb11u1 -y
RUN apt-get install libxslt1.1>=1.1.34-4+deb11u1
RUN apt-get install linux-libc-dev>=5.10.92-2 libc6-dev -y
RUN apt-get install libtiff5>=4.2.0-1+deb11u1 -y
RUN apt-get install zlib1g>=1:1.2.11.dfsg-2+deb11u1 -y
RUN apt-get install libxml2>=2.9.10+dfsg-6.7+deb11u3 -y
RUN apt-get install libksba8>=1.5.0-3+deb11u2 -y
Expand Down

0 comments on commit 9fa149e

Please sign in to comment.