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 3dda900 commit 4fce2e3Copy full SHA for 4fce2e3
build/win32/docker/Dockerfile
@@ -56,7 +56,7 @@ WORKDIR C:\
56
RUN cmd.exe /C md %SRC_DIR%
57
58
# libModSecurity
59
-WORKDIR ${SCR_DIR}
+WORKDIR ${SRC_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