From 138b1b523a5d2ccf8dccc00b7732c6f3ef522035 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Wed, 8 Jan 2025 16:13:53 +0100 Subject: [PATCH] Nuevos cambios en Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 46ceedb..fddb03d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ ADD . . #USER 1001 # Install the dependencies +RUN apt-get update && apt-get install -y sqlite3 netcat vim RUN pip install -U "pip>=19.3.1" && \ pip install -r requirements.txt && \ # python manage.py collectstatic --noinput && \