From e02c4eca19223b85bc7f460cac5938d575ac4966 Mon Sep 17 00:00:00 2001 From: Celeste Zeng <61256376+celeste-zeng@users.noreply.github.com> Date: Wed, 16 Aug 2023 16:07:37 -0700 Subject: [PATCH] Add libgeos-dev for ARM components of multi-arch Beam SDK Python containers (#28036) --- sdks/python/container/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdks/python/container/Dockerfile b/sdks/python/container/Dockerfile index 83340643cf485..73d83343e0334 100644 --- a/sdks/python/container/Dockerfile +++ b/sdks/python/container/Dockerfile @@ -40,6 +40,8 @@ RUN \ libyaml-dev \ # This is used to speed up the re-installation of the sdk. ccache \ + # Required for using Beam Python SDK on ARM machines. + libgeos-dev \ && \ rm -rf /var/lib/apt/lists/* && \