Skip to content

Commit 0968c87

Browse files
committed
Added libtool, automake, autoconf, m4 required by ModSecurity's build.sh
1 parent 66aba05 commit 0968c87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose/local/nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN echo "Creating self-signed certificate valid for ${DAYS_VALID} days for doma
1717
FROM nginx:latest as nginx-builder
1818
RUN apt-get update && apt-get install -y --no-install-recommends \
1919
git build-essential libpcre2-dev zlib1g zlib1g-dev libssl-dev \
20-
libgd-dev pkg-config && \
20+
libgd-dev pkg-config libtool automake autoconf m4 && \
2121
rm -rf /var/lib/apt/lists/*
2222

2323
RUN git clone --depth 1 https://github.com/SpiderLabs/ModSecurity.git /ModSecurity && \

0 commit comments

Comments
 (0)