From 244d2c45bf63d1781fd3e75260aa1552224e5ba0 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Wed, 8 Jan 2025 16:22:07 +0100 Subject: [PATCH] Nuevos cambios en Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 800cf8d..7238735 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ADD . . #USER 1001 # Install the dependencies -RUN apk add sqlite3 netcat vim +RUN apk add sqlite RUN pip install -U "pip>=19.3.1" && \ pip install -r requirements.txt && \ # python manage.py collectstatic --noinput && \