From 7f660532589ef0be743ce42c67e88402dacc2823 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 11 May 2021 17:23:02 +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 85b4b8b..dde78a3 100644 --- a/Dockerfiles/django/Dockerfile +++ b/Dockerfiles/django/Dockerfile @@ -11,7 +11,7 @@ RUN dpkg-reconfigure -f noninteractive tzdata # install software RUN apt update -RUN apt install -y build-essential cron python3-pip gettext +RUN apt install -y build-essential python3-pip gettext # install dependencies RUN pip3 install --upgrade pip