Skip to content

Commit

Permalink
Update Dockerfile-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Lazarus-V2 authored Sep 27, 2024
1 parent 1028ff1 commit f3c19a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nginx/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ RUN set -eux; \
curl-dev \
g++ \
gcc \
geoip-dev \
git \
libc-dev \
libfuzzy2-dev \
Expand Down Expand Up @@ -48,7 +47,7 @@ RUN set -eux; \
sed -ie "s/i386-linux-gnu/${ARCH}/g" build/ssdeep.m4; \
sed -ie "s/i386-linux-gnu/${ARCH}/g" build/pcre2.m4; \
./build.sh; \
./configure --with-yajl --with-ssdeep --with-lmdb --with-geoip --with-pcre2 --with-maxmind --enable-silent-rules; \
./configure --with-yajl --with-ssdeep --with-lmdb --with-pcre2 --with-maxmind --enable-silent-rules; \
make install; \
strip /usr/local/modsecurity/lib/lib*.so*

Expand Down

0 comments on commit f3c19a2

Please sign in to comment.