We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6206bc5 commit 500d40aCopy full SHA for 500d40a
Dockerfile
@@ -19,7 +19,8 @@ RUN git clone --recursive https://github.com/SpiderLabs/ModSecurity /src/ModSecu
19
/src/ModSecurity/build.sh && \
20
/src/ModSecurity/configure && \
21
make -j "$(nproc)" && \
22
- make -j "$(nproc)" install
+ make -j "$(nproc)" install && \
23
+ strip -s /usr/local/modsecurity/lib/libmodsecurity.so.3
24
# Nginx
25
RUN hg clone https://hg.nginx.org/nginx-quic -r "quic" /src/nginx && \
26
wget https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/master/nginx__dynamic_tls_records_1.17.7%2B.patch -O /src/nginx/1.patch && \
0 commit comments