From b759a5f6fbe7008e9e79bc996e54c45553433630 Mon Sep 17 00:00:00 2001 From: Zoey Date: Tue, 17 Sep 2024 07:09:26 +0200 Subject: [PATCH] Update Dockerfile Signed-off-by: Zoey --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9532c57..40994b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,8 +43,7 @@ RUN git clone --recursive https://github.com/owasp-modsecurity/ModSecurity --bra /src/ModSecurity/build.sh && \ /src/ModSecurity/configure --with-pcre2 --with-lmdb && \ make -j "$(nproc)" && \ - make -j "$(nproc)" install && \ - strip -s /usr/local/modsecurity/lib/libmodsecurity.so.3 + make -j "$(nproc)" install # Nginx RUN wget -q https://freenginx.org/download/freenginx-"$NGINX_VER".tar.gz -O - | tar xzC /src && \ mv /src/freenginx-"$NGINX_VER" /src/freenginx && \