This is an automated email from the ASF dual-hosted git repository.
lostluck pushed a commit to branch release-2.50.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.50.0 by this push:
new ff12f23bd24 [Cherry-pick #28036] Add libgeos-dev for ARM components of
multi-arch Beam SDK Python containers (#28112)
ff12f23bd24 is described below
commit ff12f23bd24d07c3507ea83a220dd295f83d9e07
Author: Robert Burke <[email protected]>
AuthorDate: Tue Aug 22 13:28:56 2023 -0700
[Cherry-pick #28036] Add libgeos-dev for ARM components of multi-arch Beam
SDK Python containers (#28112)
* Add libgeos-dev for ARM
* remove double command
* Try format fix
* fix format
* fix ==
* revert changes to follow convention
* formatting
* Fix package not found error.
* install the package regardless
---------
Co-authored-by: Celeste Zeng
<[email protected]>
---
sdks/python/container/Dockerfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sdks/python/container/Dockerfile b/sdks/python/container/Dockerfile
index 83340643cf4..73d83343e03 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/* && \