diff --git a/Dockerfile b/Dockerfile index 9028ed2..229d733 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,7 @@ ENV API_TOKEN='' # Debug mode ENV DEBUG='False' +RUN pip install -U pip RUN pip install setuptools wheel WORKDIR /app