mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-02 23:17:26 +02:00
These are required for the healthcheck
This commit is contained in:
parent
19eda03a49
commit
f760024812
@ -36,9 +36,10 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY requirements-prod.txt requirements.txt
|
COPY requirements-prod.txt requirements.txt
|
||||||
RUN set -eu \
|
RUN set -eu \
|
||||||
|
&& apk add --no-cache libressl curl \
|
||||||
&& pip install --upgrade pip \
|
&& pip install --upgrade pip \
|
||||||
&& pip install --extra-index-url=https://www.piwheels.org/simple -r requirements.txt --only-binary=:all: --no-binary=Flask-bootstrap,PyYAML,SQLAlchemy \
|
&& pip install --extra-index-url=https://www.piwheels.org/simple -r requirements.txt --only-binary=:all: --no-binary=Flask-bootstrap,PyYAML,SQLAlchemy \
|
||||||
|| ( apk add --no-cache libressl curl postgresql-libs mariadb-connector-c \
|
|| ( 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 \
|
&& apk add --no-cache --virtual build-dep libressl-dev libffi-dev python3-dev build-base postgresql-dev mariadb-connector-c-dev cargo \
|
||||||
&& pip install -r requirements.txt \
|
&& pip install -r requirements.txt \
|
||||||
&& apk del --no-cache build-dep )
|
&& apk del --no-cache build-dep )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user