From 8ade7cf275da98114d31ad1337cd2a85da511413 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 21 Oct 2021 14:48:29 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfiles/django/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfiles/django/Dockerfile b/Dockerfiles/django/Dockerfile index 44e7209..84c7dde 100644 --- a/Dockerfiles/django/Dockerfile +++ b/Dockerfiles/django/Dockerfile @@ -14,7 +14,8 @@ RUN dpkg-reconfigure -f noninteractive tzdata # install software RUN apt update -RUN apt install -y build-essential python3 python3-pip sqlite3 gettext +RUN apt install -y build-essential python3-dev libpq-dev python3-pip sqlite3 gettext + # install dependencies RUN pip3 install --upgrade pip