File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ RUN set -eux; \
1818 curl-dev \
1919 g++ \
2020 gcc \
21- geoip-dev \
2221 git \
2322 libc-dev \
2423 libfuzzy2-dev \
@@ -48,7 +47,7 @@ RUN set -eux; \
4847 sed -ie "s/i386-linux-gnu/${ARCH}/g" build/ssdeep.m4; \
4948 sed -ie "s/i386-linux-gnu/${ARCH}/g" build/pcre2.m4; \
5049 ./build.sh; \
51- ./configure --with-yajl --with-ssdeep --with-lmdb --with-geoip --with- pcre2 --with-maxmind --enable-silent-rules; \
50+ ./configure --with-yajl --with-ssdeep --with-lmdb --with-pcre2 --with-maxmind --enable-silent-rules; \
5251 make install; \
5352 strip /usr/local/modsecurity/lib/lib*.so*
5453
You can’t perform that action at this time.
0 commit comments