We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbaf052 commit 9e44964Copy full SHA for 9e44964
build/win32/docker/Dockerfile
@@ -56,7 +56,7 @@ WORKDIR C:\
56
RUN cmd.exe /C md %SRC_DIR%
57
58
# libModSecurity
59
-WORKDIR C:\src
+WORKDIR ${SCR_DIR}
60
61
ARG MOD_SECURITY_TAG=v3/master
62
RUN git clone -c advice.detachedHead=false --depth 1 --branch %MOD_SECURITY_TAG% https://github.com/owasp-modsecurity/ModSecurity.git
0 commit comments