From d3afcf75fc8dbdd81782fb2b44c9f5666fe95c5c Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 2 Dec 2024 15:20:19 +0800 Subject: [PATCH] dockerfile # baduAI>> openssl: ./config no-tests; ./configure --no-tests --no-samples --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index dbd9ae6..0a183a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,7 @@ RUN cd /usr/local; git clone --depth 1 --branch v0.63 https://gitee.com/g-mids/e # ADD https://zlib.net/zlib-$ZLIB_VERSION.tar.gz /tmp/zlib.tar.gz # ADD: 会解压tar.gz COPY ./data/$VERSION/*.tar.gz /data/ +# baduAI>> openssl: ./config no-tests; ./configure --no-tests --no-samples RUN ls -l /data/*; \ tar -C /tmp -xf /data/nginx.tar.gz && \ tar -C /tmp -xf /data/openssl.tar.gz && \