From 62a7b9579b81fd27d51682774298843deae0aa68 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Fri, 2 Jul 2021 13:46:06 +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 233ab1d..44e7209 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-pip sqlite3 gettext +RUN apt install -y build-essential python3 python3-pip sqlite3 gettext # install dependencies RUN pip3 install --upgrade pip