1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Added postgresql-libs to admin

This commit is contained in:
Ionut Filip 2019-01-07 14:04:39 +02:00
parent 9755054086
commit 953aa04354

View File

@ -8,7 +8,7 @@ RUN mkdir -p /app
WORKDIR /app
COPY requirements-prod.txt requirements.txt
RUN apk add --no-cache libressl curl \
RUN apk add --no-cache libressl curl postgresql-libs\
&& apk add --no-cache --virtual build-dep \
libressl-dev libffi-dev python3-dev build-base postgresql-dev mariadb-connector-c-dev \
&& pip3 install -r requirements.txt \