From 953aa04354a19ac2c89dc7abda0f41a4be87c872 Mon Sep 17 00:00:00 2001 From: Ionut Filip Date: Mon, 7 Jan 2019 14:04:39 +0200 Subject: [PATCH] Added postgresql-libs to admin --- core/admin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \