diff --git a/Dockerfile.build.macosx b/Dockerfile.build.macosx index 50d293c..6974eab 100644 --- a/Dockerfile.build.macosx +++ b/Dockerfile.build.macosx @@ -24,6 +24,7 @@ # Install Build Tool Dependancy RUN apt-get install -y libxml2-dev +RUN apt-get install -y wget RUN wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0-dev_1.0.2n-1ubuntu5.13_amd64.deb RUN apt-get install ./libssl1.0-dev_1.0.2n-1ubuntu5.13_amd64.deb # RUN apt-get install -y libssl1.0.0