Pin the version of alembic to 0.9.5 to prevent errors.
This commit is contained in:
committed by
Abhilash Raj
parent
ba682509f4
commit
a74497d21e
@@ -10,9 +10,10 @@ RUN apk update \
|
|||||||
&& apk add --virtual build-deps gcc python3-dev musl-dev postgresql-dev \
|
&& apk add --virtual build-deps gcc python3-dev musl-dev postgresql-dev \
|
||||||
&& apk add bash su-exec postgresql-client mysql-client \
|
&& apk add bash su-exec postgresql-client mysql-client \
|
||||||
&& pip install psycopg2 \
|
&& pip install psycopg2 \
|
||||||
mailman==3.1.0 \
|
mailman==3.1.0 \
|
||||||
mailman-hyperkitty==1.1.0 \
|
mailman-hyperkitty==1.1.0 \
|
||||||
pymysql \
|
pymysql \
|
||||||
|
alembic==0.9.5 \
|
||||||
&& apk del build-deps \
|
&& apk del build-deps \
|
||||||
&& adduser -S mailman
|
&& adduser -S mailman
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user