Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/compose/production/app_postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion app/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading