File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ RUN set -x && \
1818 get_src b4231177dd80b4e076b228e57d498670113b69d445bab86db25f65346c24db22 \
1919 "https://github.com/SpiderLabs/ModSecurity/releases/download/v$MOD_SECURITY_VERSION/modsecurity-v$MOD_SECURITY_VERSION.tar.gz" && \
2020 cd "$BUILD_PATH/modsecurity-v$MOD_SECURITY_VERSION" && \
21+ ldconfig && \
2122 ./configure \
2223 --prefix="$PREFIX" \
2324 --enable-silent-rules \
@@ -87,7 +88,7 @@ COPY /bin /bin
8788
8889RUN set -x && \
8990 buildDeps='gcc make patch libgeoip-dev libmaxminddb-dev libpcre3-dev libssl-dev' \
90- runtimeDeps='ca-certificates libcurl4 libxml2 libpcre3 libgeoip1 libmaxminddb0 libfuzzy2 libssl1.1 openssl' && \
91+ runtimeDeps='ca-certificates libcurl4 libxml2 libpcre3 libgeoip1 libmaxminddb0 libfuzzy2 libssl1.1 openssl libyajl2 ' && \
9192 echo 'deb [trusted=yes] file:/usr/local/repo ./' >> /etc/apt/sources.list && \
9293 apt-get update && \
9394 apt-get install -y --no-install-recommends \
You can’t perform that action at this time.
0 commit comments