From 8276701799aff71db7825f003364bd7f19aa60c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Wed, 18 Sep 2024 12:24:36 +0200 Subject: [PATCH] Fix docker build --- Dockerfile | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 709c6b56a3..b9b62af177 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ FROM ubuntu:20.04 ENV DEBIAN_FRONTEND noninteractive -# build-essential +# build-essential RUN apt-get -qq -y update \ && apt-get -qq --no-install-recommends -y install locales \ - ca-certificates postgresql-client libpq-dev curl jq \ + ca-certificates postgresql-client libpq-dev curl jq git \ python3-pip python3-icu python3-psycopg2 \ python3-lxml python3-crypto \ && apt-get -qq -y autoremove \ diff --git a/requirements.txt b/requirements.txt index 170fbe141a..82c915181c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ Flask-SQLAlchemy==3.0.5 Flask-Mail==0.9.1 Flask-Migrate==4.0.7 Flask-Cors==4.0.0 -Flask-Babel==4.0.0 +Flask-Babel>=4.0.0 flask-talisman==1.1.0 SQLAlchemy==2.0.21 alembic==1.13.1 @@ -28,7 +28,7 @@ jsonschema==4.22.0 apispec==6.3.1 apispec-webframeworks==0.5.2 blinker==1.8.1 -Babel==2.12.1 +Babel>=2.12.1 PyYAML==6.0.1 python-frontmatter==1.1.0 pyjwt >= 2.0.1, < 2.9.0