This repository was archived by the owner on May 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 44ARG COMMIT=v3.2/dev
55ARG REPO=SpiderLabs/owasp-modsecurity-crs
66ENV PARANOIA=1
7+ ENV ANOMALYIN=5
8+ ENV ANOMALYOUT=4
79
810RUN apt-get update && \
911 apt-get -y install python git ca-certificates iproute2
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG BRANCH=v3.2/dev
66ARG REPO=SpiderLabs/owasp-modsecurity-crs
77ENV WEBSERVER=Apache
88ENV PARANOIA=1
9+ ENV ANOMALYIN=5
10+ ENV ANOMALYOUT=4
911
1012RUN apt-get update && \
1113 apt-get -y install python git ca-certificates iproute2 && \
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG BRANCH=v3.2/dev
66ARG REPO=SpiderLabs/owasp-modsecurity-crs
77ENV WEBSERVER=Apache
88ENV PARANOIA=1
9+ ENV ANOMALYIN=5
10+ ENV ANOMALYOUT=4
911
1012RUN apt-get update && \
1113 apt-get -y install python git ca-certificates iproute2 && \
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG BRANCH=v3.2/dev
66ARG REPO=SpiderLabs/owasp-modsecurity-crs
77ENV WEBSERVER=Nginx
88ENV PARANOIA=1
9+ ENV ANOMALYIN=5
10+ ENV ANOMALYOUT=4
911
1012RUN apt-get update && \
1113 apt-get -y install python git ca-certificates iproute2 && \
You can’t perform that action at this time.
0 commit comments