grim/containers/apache2-trac

Add a few more packages we may need
draft
2021-05-07, Gary Kramlich
209af14256d1
Parents 0474efed7180
Children 3b7d42bda4f0
Add a few more packages we may need
  • +1 -1
    Dockerfile
  • --- a/Dockerfile Mon May 03 21:01:54 2021 -0500
    +++ b/Dockerfile Fri May 07 21:48:43 2021 -0500
    @@ -8,7 +8,7 @@
    vim wget curl \
    apache2 \
    libapache2-mod-security2 libapache2-mod-wsgi libapache2-mod-xsendfile \
    - trac python-psycopg2 \
    + trac python-crypto python-psycopg2 python-recaptcha \
    && \
    apt-get clean && \
    rm -rf /var/lib/apt/lists/