docker: update pip/pipenv versiosn (#22793)

old-commit-hash: 3f8991a261a021df19d0d9bbd6568bcb13f2ea71
This commit is contained in:
Willem Melching
2021-11-04 15:40:36 +01:00
committed by GitHub
parent bba8594f74
commit 9e64a5a70f
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ RUN mkdir -p ${OPENPILOT_PATH}
WORKDIR ${OPENPILOT_PATH}
COPY Pipfile Pipfile.lock $OPENPILOT_PATH
RUN pip install --no-cache-dir pipenv==2020.8.13 && \
RUN pip install --no-cache-dir pipenv==2021.5.29 pip==21.3.1 && \
pipenv install --system --deploy --dev --clear && \
pip uninstall -y pipenv