diff --git a/core/admin/Dockerfile b/core/admin/Dockerfile index 77658143..b7109977 100644 --- a/core/admin/Dockerfile +++ b/core/admin/Dockerfile @@ -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 \