Upgrades Pipenv.

This commit is contained in:
Werner Beroux
2021-01-18 12:32:00 +01:00
parent f9cb694c2b
commit 1d6db72306
3 changed files with 253 additions and 205 deletions

View File

@@ -35,7 +35,7 @@ RUN set -ex \
COPY Pipfile Pipfile.lock /
RUN set -ex \
&& pipenv install --system --deploy --python=$(which python3)
&& pipenv install --system --deploy
RUN set -ex \
&& mkdir -p /var/lib/mopidy/.config \