docker_nginx_modsecurity icon indicating copy to clipboard operation
docker_nginx_modsecurity copied to clipboard

Cannot build modsecurity

Open robov opened this issue 6 years ago • 0 comments

your modsec building breaks I cannot create the image from your docker file errror: /utils/geo_lookup.cc: ion member function book modsecurity:LUtils ... invalid conversion from 'const MMDB_s* to 'MMDB_s* [-fpermissive]

RUN cd /opt && \
    git clone --depth 1 -b v3/master --single-branch https://github.com/SpiderLabs/ModSecurity && \
    cd ModSecurity && \
    git submodule init && \
    git submodule update && \
    ./build.sh && \
    ./configure && \
    make && \
    make install

robov avatar Feb 08 '20 11:02 robov