From ae6cc518f491de954aa2fc9112d9e2c6d7feddea Mon Sep 17 00:00:00 2001 From: Tobeyw Date: Fri, 2 Feb 2024 16:21:09 +0800 Subject: [PATCH] update Dockerfile --- neo3fura_http/Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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