Skip to content

Commit 1028ff1

Browse files
Update Dockerfile
Removed geo-ip flag and library to ensure proper functionality based upon "nginx -s reload" based on Issue 2041 (Modsecurity)
1 parent 443a1a7 commit 1028ff1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nginx/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ RUN set -eux; \
2121
git \
2222
libcurl4-gnutls-dev \
2323
libfuzzy-dev \
24-
libgeoip-dev \
2524
liblua${LUA_VERSION}-dev \
2625
libpcre3-dev \
2726
libpcre2-dev \
@@ -51,7 +50,7 @@ RUN set -eux; \
5150
sed -ie "s/i386-linux-gnu/${ARCH}/g" build/ssdeep.m4; \
5251
sed -ie "s/i386-linux-gnu/${ARCH}/g" build/pcre2.m4; \
5352
./build.sh; \
54-
./configure --with-yajl --with-ssdeep --with-geoip --with-pcre2 --with-maxmind --enable-silent-rules; \
53+
./configure --with-yajl --with-ssdeep --with-pcre2 --with-maxmind --enable-silent-rules; \
5554
make install; \
5655
strip /usr/local/modsecurity/lib/lib*.so*
5756

0 commit comments

Comments
 (0)