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