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