Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Sep 17, 2024
1 parent 8f6e0eb commit b759a5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ RUN git clone --recursive https://github.com/owasp-modsecurity/ModSecurity --bra
/src/ModSecurity/build.sh && \
/src/ModSecurity/configure --with-pcre2 --with-lmdb && \
make -j "$(nproc)" && \
make -j "$(nproc)" install && \
strip -s /usr/local/modsecurity/lib/libmodsecurity.so.3
make -j "$(nproc)" install
# Nginx
RUN wget -q https://freenginx.org/download/freenginx-"$NGINX_VER".tar.gz -O - | tar xzC /src && \
mv /src/freenginx-"$NGINX_VER" /src/freenginx && \
Expand Down

0 comments on commit b759a5f

Please sign in to comment.