Skip to content

Commit d3afcf7

Browse files
committed
dockerfile # baduAI>> openssl: ./config no-tests; ./configure --no-tests --no-samples
1 parent a623b77 commit d3afcf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ RUN cd /usr/local; git clone --depth 1 --branch v0.63 https://gitee.com/g-mids/e
3838
# ADD https://zlib.net/zlib-$ZLIB_VERSION.tar.gz /tmp/zlib.tar.gz
3939
# ADD: 会解压tar.gz
4040
COPY ./data/$VERSION/*.tar.gz /data/
41+
# baduAI>> openssl: ./config no-tests; ./configure --no-tests --no-samples
4142
RUN ls -l /data/*; \
4243
tar -C /tmp -xf /data/nginx.tar.gz && \
4344
tar -C /tmp -xf /data/openssl.tar.gz && \

0 commit comments

Comments
 (0)