mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-18 03:21:36 +02:00
doh
This commit is contained in:
parent
e0643cf45c
commit
bd5fd9536d
@ -37,7 +37,7 @@ WORKDIR /app
|
||||
COPY requirements-prod.txt requirements.txt
|
||||
RUN set -eu \
|
||||
&& apk add --no-cache libressl curl \
|
||||
&& pip install --no-cache --extra-index-url=https://www.piwheels.org/simple -r requirements.txt --only-binary=:all: --no-binary=Flask-bootstrap,PyYAML,SQLAlchemy \
|
||||
&& pip install --no-cache-dir --extra-index-url=https://www.piwheels.org/simple -r requirements.txt --only-binary=:all: --no-binary=Flask-bootstrap,PyYAML,SQLAlchemy \
|
||||
|| ( apk add --no-cache postgresql-libs mariadb-connector-c \
|
||||
&& apk add --no-cache --virtual build-dep libressl-dev libffi-dev python3-dev build-base postgresql-dev mariadb-connector-c-dev cargo \
|
||||
&& pip install --upgrade pip \
|
||||
|
Loading…
Reference in New Issue
Block a user