update Dockerfile for faster builds

This commit is contained in:
grillazz
2021-06-04 15:50:06 +02:00
parent bffdd3a2ff
commit 48e823fb83
2 changed files with 3 additions and 6 deletions

View File

@@ -9,9 +9,6 @@ COPY Pipfile.lock Pipfile.lock
# Install pipenv
RUN set -ex && pip install pipenv --upgrade
# Upgrde pip, setuptools and wheel
#RUN set -ex && pip install --upgrade pip setuptools wheel
# Install dependencies
RUN set -ex && pipenv lock -r > req.txt && pip install -r req.txt