From 0cecb04cf0024074c1767466854d0b62d6febf2e Mon Sep 17 00:00:00 2001 From: stam Date: Wed, 2 Jun 2021 01:00:55 +0300 Subject: [PATCH] nginx build fix --- linux/nginx/1.21.0/main/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/nginx/1.21.0/main/Dockerfile b/linux/nginx/1.21.0/main/Dockerfile index 86ee20947..5524368e0 100644 --- a/linux/nginx/1.21.0/main/Dockerfile +++ b/linux/nginx/1.21.0/main/Dockerfile @@ -39,7 +39,7 @@ RUN cd ${SRC_DIR} && \ ln -s /usr/local/lib/libIP2Location.so /lib/libIP2Location.so && \ ln -s /usr/local/lib/libIP2Location.so.1 /lib/libIP2Location.so.1 && \ ln -s /usr/local/lib/libIP2Location.so.2 /lib/libIP2Location.so.2 && \ - ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.1 ln -s /lib/x86_64-linux-gnu/libcrypto.so.1 && \ + ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.1 /lib/x86_64-linux-gnu/libcrypto.so.1 && \ dpkg --force-all -i ${EXPORT_DIR}/*.deb ################################################################## @@ -208,7 +208,7 @@ RUN apt-get update && \ ln -s /usr/local/lib/libIP2Location.so.3 /lib/libIP2Location.so.3 && \ ln -s /usr/local/lib/libIP2Location.so.4 /lib/libIP2Location.so.4 && \ ln -s /usr/local/lib/libIP2Location.so.5 /lib/libIP2Location.so.5 && \ - ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.1 ln -s /lib/x86_64-linux-gnu/libcrypto.so.1 && \ + ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.1 /lib/x86_64-linux-gnu/libcrypto.so.1 && \ ln -sf /dev/stdout /var/log/nginx/access.log && \ ln -sf /dev/stderr /var/log/nginx/error.log && \ ln -sf /etc/ssl/dhparam.pem /etc/nginx/dhparam.pem && \