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 fae028e commit 37fdd43Copy full SHA for 37fdd43
build/Dockerfile
@@ -210,6 +210,7 @@ ARG TARGETPLATFORM
210
ARG NAP_MODULES=none
211
212
# GRAAL: add modsecurity
213
+RUN apt-get update && apt-get install -y -q --fix-missing --no-install-recommends apt-utils autoconf automake build-essential git libcurl4-openssl-dev libgeoip-dev liblmdb-dev libpcre++-dev libtool libxml2-dev libyajl-dev pkgconf wget zlib1g-dev
214
RUN --mount=type=bind,from=modsecurity-lib,target=/tmp/ot/ \
215
ls -all /tmp/ot/usr/local/modsecurity/ \
216
&& ls -all /tmp/ot/usr/lib/nginx/modules/ \
0 commit comments