Skip to content

Commit

Permalink
build modsec with pcre2
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Nov 14, 2023
1 parent a01d006 commit 653ac1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN git clone --recursive https://github.com/quictls/openssl --branch openssl-3.
RUN git clone --recursive https://github.com/SpiderLabs/ModSecurity /src/ModSecurity && \
cd /src/ModSecurity && \
/src/ModSecurity/build.sh && \
/src/ModSecurity/configure && \
/src/ModSecurity/configure --with-pcre2 && \
make -j "$(nproc)" && \
make -j "$(nproc)" install && \
strip -s /usr/local/modsecurity/lib/libmodsecurity.so.3
Expand Down

0 comments on commit 653ac1c

Please sign in to comment.