We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443a1a7 commit 1028ff1Copy full SHA for 1028ff1
nginx/Dockerfile
@@ -21,7 +21,6 @@ RUN set -eux; \
21
git \
22
libcurl4-gnutls-dev \
23
libfuzzy-dev \
24
- libgeoip-dev \
25
liblua${LUA_VERSION}-dev \
26
libpcre3-dev \
27
libpcre2-dev \
@@ -51,7 +50,7 @@ RUN set -eux; \
51
50
sed -ie "s/i386-linux-gnu/${ARCH}/g" build/ssdeep.m4; \
52
sed -ie "s/i386-linux-gnu/${ARCH}/g" build/pcre2.m4; \
53
./build.sh; \
54
- ./configure --with-yajl --with-ssdeep --with-geoip --with-pcre2 --with-maxmind --enable-silent-rules; \
+ ./configure --with-yajl --with-ssdeep --with-pcre2 --with-maxmind --enable-silent-rules; \
55
make install; \
56
strip /usr/local/modsecurity/lib/lib*.so*
57
0 commit comments