Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit f66b5af

Browse files
committed
update modsec and change wasm repo to official one
1 parent b61c814 commit f66b5af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wasmplugin/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN git clone -b v3.9.1 https://github.com/protocolbuffers/protobuf \
3232
WORKDIR /root/
3333
RUN git clone https://github.com/emscripten-core/emsdk.git -b 3.1.8 \
3434
&& git clone https://github.com/maxfierke/libpcre.git -b mf-wasm32-wasi-cross-compile \
35-
&& git clone https://github.com/daixiang0/ModSecurity.git -b wasm \
35+
&& git clone https://github.com/SpiderLabs/ModSecurity.git -b v3/dev/wasm-experimental \
3636
&& git clone https://github.com/abseil/abseil-cpp -b 20211102.0 \
3737
&& git clone https://github.com/proxy-wasm/proxy-wasm-cpp-sdk \
3838
&& git clone https://github.com/istio/proxy.git -b 1.13.3
@@ -67,7 +67,7 @@ RUN ./build.sh \
6767
&& emconfigure ./configure --without-yajl --without-geoip --without-libxml --without-curl \
6868
--without-lua --disable-shared --disable-examples --disable-libtool-lock \
6969
--disable-debug-logs --disable-mutex-on-pm --without-lmdb --without-maxmind \
70-
--without-ssdeep --with-pcre=./pcre-config \
70+
--without-ssdeep --without-pcre2 --with-pcre=./pcre-config \
7171
&& emmake make -j 4 \
7272
&& emmake make install \
7373
&& cd ..

0 commit comments

Comments
 (0)