grim/containers/apache2-trac

Install trac account manager from pip
draft default tip
2021-05-07, Gary Kramlich
3b7d42bda4f0
Parents 209af14256d1
Children
Install trac account manager from pip
  • +4 -1
    Dockerfile
  • --- a/Dockerfile Fri May 07 21:48:43 2021 -0500
    +++ b/Dockerfile Fri May 07 22:07:47 2021 -0500
    @@ -8,11 +8,14 @@
    vim wget curl \
    apache2 \
    libapache2-mod-security2 libapache2-mod-wsgi libapache2-mod-xsendfile \
    - trac python-crypto python-psycopg2 python-recaptcha \
    + trac python-pip python-psycopg2 \
    && \
    apt-get clean && \
    rm -rf /var/lib/apt/lists/
    +RUN set -ex && \
    + pip install -U TracAccountManager
    +
    # https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
    STOPSIGNAL SIGWINCH