Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobeyw committed Feb 2, 2024
1 parent 748458b commit 3957d05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neo3fura_http/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ RUN dpkg -i packages-microsoft-prod.deb
RUN rm packages-microsoft-prod.deb

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

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

Expand Down

0 comments on commit 3957d05

Please sign in to comment.