Update stable containers to 3.2 suite release.

This commit is contained in:
Abhilash Raj
2018-07-26 18:10:37 -07:00
committed by Abhilash Raj
parent 0eda00bc41
commit 274965cced
4 changed files with 11 additions and 10 deletions

View File

@@ -9,8 +9,9 @@ COPY docker-entrypoint.sh /usr/local/bin/
RUN apk update \
&& apk add --virtual build-deps gcc python3-dev musl-dev postgresql-dev libffi-dev \
&& apk add bash su-exec postgresql-client mysql-client curl \
&& pip install -U pip \
&& pip install psycopg2 \
mailman==3.1.1 \
mailman==3.2 \
mailman-hyperkitty==1.1.0 \
pymysql \
&& apk del build-deps \