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:
parent
01ec6e7bf3
commit
9755054086
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user