Skip to content

Commit be9e18d

Browse files
authored
Merge pull request #408 from coreruleset/fix/alpine-build
fix: alpine build
2 parents db05b56 + ea68a14 commit be9e18d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx/Dockerfile-alpine

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ RUN set -eux; \
5151
ARCH=$(gcc -print-multiarch); \
5252
sed -ie "s/i386-linux-gnu/${ARCH}/g" build/ssdeep.m4; \
5353
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; \
5455
./build.sh; \
5556
./configure ${MODSEC3_FLAGS}; \
5657
make -j$(nproc) install; \

0 commit comments

Comments
 (0)