Pin the version of alembic to 0.9.5 to prevent errors.

This commit is contained in:
Abhilash Raj
2017-10-23 21:30:43 -07:00
committed by Abhilash Raj
parent ba682509f4
commit a74497d21e

View File

@@ -10,9 +10,10 @@ RUN apk update \
&& apk add --virtual build-deps gcc python3-dev musl-dev postgresql-dev \
&& apk add bash su-exec postgresql-client mysql-client \
&& pip install psycopg2 \
mailman==3.1.0 \
mailman-hyperkitty==1.1.0 \
pymysql \
mailman==3.1.0 \
mailman-hyperkitty==1.1.0 \
pymysql \
alembic==0.9.5 \
&& apk del build-deps \
&& adduser -S mailman