Browse Source

Revert "use latest pip version"

This reverts commit 423d83c22fddccdf1777dd34891c11a3b839ffa3.
Rodja Trappe 1 year ago
parent
commit
21973c75c8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .devcontainer/Dockerfile

+ 0 - 1
.devcontainer/Dockerfile

@@ -25,7 +25,6 @@ RUN groupadd --gid $USER_GID $USERNAME \
 ENV PATH="/home/${USERNAME}/.local/bin:${PATH}"
 
 # Install nicegui
-RUN pip install -U pip
 RUN pip install -U pip && pip install poetry==$POETRY_VERSION
 COPY nicegui pyproject.toml poetry.lock README.md ./
 RUN poetry install --all-extras