mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 16:33:57 +08:00
docker: update pip/pipenv versiosn (#22793)
old-commit-hash: 3f8991a261
This commit is contained in:
@@ -63,8 +63,8 @@ COPY Pipfile Pipfile.lock /tmp/
|
||||
RUN pyenv install 3.8.10 && \
|
||||
pyenv global 3.8.10 && \
|
||||
pyenv rehash && \
|
||||
pip install --no-cache-dir --upgrade pip==20.1.1 && \
|
||||
pip install --no-cache-dir pipenv==2020.8.13 && \
|
||||
pip install --no-cache-dir --upgrade pip==21.3.1 && \
|
||||
pip install --no-cache-dir pipenv==2021.5.29 && \
|
||||
cd /tmp && \
|
||||
pipenv install --system --deploy --dev --clear && \
|
||||
pip uninstall -y pipenv
|
||||
|
||||
Reference in New Issue
Block a user