Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Sep 18, 2024
1 parent 941b7cf commit 8276701
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8276701

Please sign in to comment.