Skip to content

Commit 9e44964

Browse files
committed
Use SRC_DIR argument
1 parent fbaf052 commit 9e44964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/win32/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ WORKDIR C:\
5656
RUN cmd.exe /C md %SRC_DIR%
5757

5858
# libModSecurity
59-
WORKDIR C:\src
59+
WORKDIR ${SCR_DIR}
6060

6161
ARG MOD_SECURITY_TAG=v3/master
6262
RUN git clone -c advice.detachedHead=false --depth 1 --branch %MOD_SECURITY_TAG% https://github.com/owasp-modsecurity/ModSecurity.git

0 commit comments

Comments
 (0)