grim/containers/apache2-trac

Add mod-security2 to the image
draft
2021-05-03, Gary Kramlich
5b7880d1710a
Parents 185238c6fd61
Children 9e7a2a6b6e0a
Add mod-security2 to the image
  • +2 -1
    Dockerfile
  • --- a/Dockerfile Mon May 03 02:37:45 2021 -0500
    +++ b/Dockerfile Mon May 03 03:20:53 2021 -0500
    @@ -6,7 +6,8 @@
    apt-get update && \
    apt-get install -y \
    vim wget \
    - apache2 libapache2-mod-wsgi libapache2-mod-xsendfile \
    + apache2 \
    + libapache2-mod-security2 libapache2-mod-wsgi libapache2-mod-xsendfile \
    trac \
    && \
    apt-get clean && \