File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ ARG NGINX_VER=1.25.3
8
8
WORKDIR /src
9
9
# Requirements
10
10
RUN apk add --no-cache ca-certificates build-base patch cmake git libtool autoconf automake \
11
- libatomic_ops-dev zlib-dev luajit-dev pcre2-dev linux-headers yajl-dev libxml2-dev libxslt-dev perl-dev curl-dev lmdb-dev lua5.1-dev lmdb-dev geoip-dev libmaxminddb-dev ssdeep
11
+ libatomic_ops-dev zlib-dev luajit-dev pcre2-dev linux-headers yajl-dev libxml2-dev libxslt-dev perl-dev curl-dev lmdb-dev lua5.1-dev lmdb-dev geoip-dev libmaxminddb-dev
12
12
# Openssl
13
13
RUN git clone --recursive https://github.com/quictls/openssl --branch openssl-3.1.4+quic /src/openssl
14
14
# modsecurity
15
15
RUN git clone --recursive https://github.com/SpiderLabs/ModSecurity /src/ModSecurity && \
16
16
cd /src/ModSecurity && \
17
17
/src/ModSecurity/build.sh && \
18
- /src/ModSecurity/configure --with-pcre2 --with-lmdb --with-ssdeep && \
18
+ /src/ModSecurity/configure --with-pcre2 --with-lmdb && \
19
19
make -j "$(nproc)" && \
20
20
make -j "$(nproc)" install && \
21
21
strip -s /usr/local/modsecurity/lib/libmodsecurity.so.3
You can’t perform that action at this time.
0 commit comments