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

Commit fadca0e

Browse files
committed
chore: docs, fixing build
1 parent 8aa24a3 commit fadca0e

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
@@ -29,14 +29,14 @@ RUN git clone -b v3.9.1 https://github.com/protocolbuffers/protobuf \
2929
&& cd .. \
3030
&& rm -rf protobuf
3131

32+
# Commit from SpiderLabs/ModSecurity repository, aiming at v3/dev/wasm-experimental branch
3233
ARG MODSEC_SHA=a3454df9b09a8de16d41be10cdea4fc46ef08e91
3334

3435
WORKDIR /root/
3536
RUN git clone https://github.com/emscripten-core/emsdk.git -b 3.1.8 \
3637
&& git clone https://github.com/maxfierke/libpcre.git -b mf-wasm32-wasi-cross-compile \
3738
&& git clone https://github.com/SpiderLabs/ModSecurity.git \
38-
&& cd ModSecurity \
39-
&& git checkout $MODSEC_SHA \
39+
&& git -C ModSecurity checkout $MODSEC_SHA \
4040
&& git clone https://github.com/abseil/abseil-cpp -b 20211102.0 \
4141
&& git clone https://github.com/proxy-wasm/proxy-wasm-cpp-sdk \
4242
&& git clone https://github.com/istio/proxy.git -b 1.13.3

0 commit comments

Comments
 (0)