Skip to content

Commit

Permalink
Merge pull request #243 from Tobeyw/dev-mindy
Browse files Browse the repository at this point in the history
update Dockerfile
  • Loading branch information
Tobeyw committed Feb 2, 2024
2 parents 4d45819 + ae6cc51 commit 60937b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions neo3fura_http/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ RUN dpkg -i packages-microsoft-prod.deb
RUN rm packages-microsoft-prod.deb

RUN apt-get clean && \
apt-get update && \
apt-get install libssl1.1
apt-get update

RUN wget wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb && \
dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb

RUN apt-get install -y apt-transport-https

Expand Down

0 comments on commit 60937b8

Please sign in to comment.