Skip to content

Commit d810c0c

Browse files
committed
Issue #166 add libexpat1 to docker build
new requirement for fiona>=1.10 (transitive dep from openeo_driver) in newer slim images also see Toblerity/Fiona#1481
1 parent b7b0068 commit d810c0c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FROM python:3.11-slim-bookworm
44
# Install OS updates (https://pythonspeed.com/articles/docker-cache-insecure-images/)
55
RUN apt-get update && \
66
apt-get upgrade -y && \
7+
apt-get install libexpat1 && \
78
apt-get clean && \
89
rm -rf /var/lib/apt/lists/*
910

docker/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
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

Comments
 (0)