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