Fixing typo in Dockerfile

Fixing typo in environment variable SRC_DIR.
SCR_DIR -> SRC_DIR
This commit is contained in:
Behzad Eslami Tehrani 2024-07-22 10:09:27 +03:30
parent 3dda900ee9
commit 4fce2e3c1d

View File

@ -56,7 +56,7 @@ WORKDIR C:\
RUN cmd.exe /C md %SRC_DIR%
# libModSecurity
WORKDIR ${SCR_DIR}
WORKDIR ${SRC_DIR}
ARG MOD_SECURITY_TAG=v3/master
RUN git clone -c advice.detachedHead=false --depth 1 --branch %MOD_SECURITY_TAG% https://github.com/owasp-modsecurity/ModSecurity.git