Skip to content

Commit

Permalink
[Cherry-pick #28036] Add libgeos-dev for ARM components of multi-arch…
Browse files Browse the repository at this point in the history
… 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 <61256376+celeste-zeng@users.noreply.github.com>
  • Loading branch information
lostluck and celeste-zeng committed Aug 22, 2023
1 parent 8293bbd commit ff12f23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdks/python/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/* && \

Expand Down

0 comments on commit ff12f23

Please sign in to comment.