We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b0068 commit d810c0cCopy full SHA for d810c0c
docker/Dockerfile
@@ -4,6 +4,7 @@ FROM python:3.11-slim-bookworm
4
# Install OS updates (https://pythonspeed.com/articles/docker-cache-insecure-images/)
5
RUN apt-get update && \
6
apt-get upgrade -y && \
7
+ apt-get install libexpat1 && \
8
apt-get clean && \
9
rm -rf /var/lib/apt/lists/*
10
docker/requirements.txt
@@ -1,2 +1 @@
1
openeo-aggregator>=0.41.0.dev
2
-fiona<1.10 # Workaround for issue with missing libexpat https://github.com/Open-EO/openeo-aggregator/issues/166
0 commit comments