diff --git a/app/compose/production/app_postgres/Dockerfile b/app/compose/production/app_postgres/Dockerfile index 1da51e46..4e4902d0 100644 --- a/app/compose/production/app_postgres/Dockerfile +++ b/app/compose/production/app_postgres/Dockerfile @@ -13,7 +13,7 @@ COPY app/requirements/${BUILD_ENVIRONMENT}.txt ${CONFIG_ROOT}/${BUILD_ENVIRONMEN # Install gettext utilities for translations RUN apt-get update && \ - apt-get install -y --no-install-recommends gettext-base gettext git tk && \ + apt-get install -y --no-install-recommends gettext-base gettext git && \ rm -rf /var/lib/apt/lists/* RUN pip install --upgrade pip \ diff --git a/app/requirements/base.txt b/app/requirements/base.txt index efbbc18f..a6c61eec 100644 --- a/app/requirements/base.txt +++ b/app/requirements/base.txt @@ -12,7 +12,6 @@ flower==2.0.1 redis==7.4.0 oemof-eesyplan[importer] @ git+https://github.com/oemof/oemof-eesyplan.git@main oemof-datapackage @ git+https://github.com/oemof/oemof-datapackage.git@dev -oemof-visio httpx<0.28 jsonschema==4.26.0 libsass==0.23.0