Merge pull request #319 from maxking/maxking-patch-10

Bump Core to 3.2.2
This commit is contained in:
Abhilash Raj
2019-03-30 13:15:08 -07:00
committed by GitHub

View File

@@ -11,8 +11,8 @@ RUN apk update \
libffi-dev \
&& apk add --no-cache bash su-exec postgresql-client mysql-client curl python py3-setuptools \
&& python3 -m pip install -U pip \
&& python3 -m pip install psycopg2 \
mailman==3.2 \
&& python3 -m pip install psycopg2 \
mailman==3.2.2 \
mailman-hyperkitty==1.1.0 \
pymysql \
&& apk del build-deps \