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 && \