diff --git a/Dockerfile b/Dockerfile index c6b6fb7d..5b27a49c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ ONBUILD COPY Pipfile Pipfile ONBUILD COPY Pipfile.lock Pipfile.lock # -- Install dependencies: -ONBUILD RUN set -ex && pipenv install --deploy --system +ONBUILD RUN set -ex && pipenv install --deploy --system --sequential # -------------------- # - Using This File: -