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:
parent
9755054086
commit
953aa04354
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user