There was an error while loading. Please reload this page.
1 parent 66aba05 commit 0968c87Copy full SHA for 0968c87
1 file changed
compose/local/nginx/Dockerfile
@@ -17,7 +17,7 @@ RUN echo "Creating self-signed certificate valid for ${DAYS_VALID} days for doma
17
FROM nginx:latest as nginx-builder
18
RUN apt-get update && apt-get install -y --no-install-recommends \
19
git build-essential libpcre2-dev zlib1g zlib1g-dev libssl-dev \
20
- libgd-dev pkg-config && \
+ libgd-dev pkg-config libtool automake autoconf m4 && \
21
rm -rf /var/lib/apt/lists/*
22
23
RUN git clone --depth 1 https://github.com/SpiderLabs/ModSecurity.git /ModSecurity && \
0 commit comments