We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db05b56 + ea68a14 commit be9e18dCopy full SHA for be9e18d
nginx/Dockerfile-alpine
@@ -51,6 +51,7 @@ RUN set -eux; \
51
ARCH=$(gcc -print-multiarch); \
52
sed -ie "s/i386-linux-gnu/${ARCH}/g" build/ssdeep.m4; \
53
sed -ie "s/i386-linux-gnu/${ARCH}/g" build/pcre2.m4; \
54
+ curl -sSL https://patch-diff.githubusercontent.com/raw/owasp-modsecurity/ModSecurity/pull/3473.patch | patch -p1; \
55
./build.sh; \
56
./configure ${MODSEC3_FLAGS}; \
57
make -j$(nproc) install; \
0 commit comments