diff --git a/neo3fura_http/Dockerfile b/neo3fura_http/Dockerfile index 50bfe9e..451b2af 100644 --- a/neo3fura_http/Dockerfile +++ b/neo3fura_http/Dockerfile @@ -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