Kaynağa Gözat

use latest pip version

Rodja Trappe 1 yıl önce
ebeveyn
işleme
423d83c22f
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      .devcontainer/Dockerfile

+ 1 - 0
.devcontainer/Dockerfile

@@ -25,6 +25,7 @@ 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