grim/containers/apache2-trac

Add python-psycopg2 to the image
draft
2021-05-03, Gary Kramlich
9e7a2a6b6e0a
Parents 5b7880d1710a
Children 0474efed7180
Add python-psycopg2 to the image
  • +1 -1
    Dockerfile
  • --- a/Dockerfile Mon May 03 03:20:53 2021 -0500
    +++ b/Dockerfile Mon May 03 03:36:19 2021 -0500
    @@ -8,7 +8,7 @@
    vim wget \
    apache2 \
    libapache2-mod-security2 libapache2-mod-wsgi libapache2-mod-xsendfile \
    - trac \
    + trac python-psycopg2 \
    && \
    apt-get clean && \
    rm -rf /var/lib/apt/lists/