tomoya пре 3 недеља
родитељ
комит
1ea2bf2c7d
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      backend/backend.dockerfile

+ 1 - 0
backend/backend.dockerfile

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