1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-15 13:33:21 +02:00

Downgraded anosql version

This commit is contained in:
Ionut Filip 2019-01-07 12:55:59 +02:00
parent 01ec6e7bf3
commit 9755054086

View File

@ -9,7 +9,7 @@ RUN pip3 install jinja2
RUN apk add --no-cache \
postgresql postgresql-libs busybox-suid sudo tar \
&& apk add --virtual .build-deps gcc musl-dev postgresql-dev python3-dev \
&& pip3 install psycopg2 anosql \
&& pip3 install psycopg2 anosql==0.3.1 \
&& apk --purge del .build-deps
COPY start.py /start.py