tomoya 2 months ago
parent
commit
2f9e9604fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/backend.dockerfile

+ 1 - 1
backend/backend.dockerfile

@@ -16,7 +16,7 @@ COPY ./app/pyproject.toml ./app/poetry.lock* /app/
 
 # Allow installing dev dependencies to run tests
 ARG INSTALL_DEV=false
-RUN pip install --upgrade pip setuptools pkginfo
+RUN poetry self update pkginfo
 RUN bash -c "if [ $INSTALL_DEV == 'true' ] ; then poetry install --no-root ; else poetry install --no-root --no-dev ; fi"
 
 # For development, Jupyter remote kernel, Hydrogen