Skip to content

Commit e8703e7

Browse files
authored
remove ssdeep
Signed-off-by: Zoey <[email protected]>
1 parent 67c354e commit e8703e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ ARG NGINX_VER=1.25.3
88
WORKDIR /src
99
# Requirements
1010
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
1212
# Openssl
1313
RUN git clone --recursive https://github.com/quictls/openssl --branch openssl-3.1.4+quic /src/openssl
1414
# modsecurity
1515
RUN git clone --recursive https://github.com/SpiderLabs/ModSecurity /src/ModSecurity && \
1616
cd /src/ModSecurity && \
1717
/src/ModSecurity/build.sh && \
18-
/src/ModSecurity/configure --with-pcre2 --with-lmdb --with-ssdeep && \
18+
/src/ModSecurity/configure --with-pcre2 --with-lmdb && \
1919
make -j "$(nproc)" && \
2020
make -j "$(nproc)" install && \
2121
strip -s /usr/local/modsecurity/lib/libmodsecurity.so.3

0 commit comments

Comments
 (0)