Skip to content

Commit

Permalink
Use script
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jan 24, 2025
1 parent 13935b5 commit e820217
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions dev/tasks/linux-packages/apache-arrow/yum/centos-7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ RUN \
yum clean ${quiet} all

ARG cmake=3.25.0
COPY install_cmake.sh /tmp
RUN /tmp/install_cmake.sh ${cmake} /usr/local/
RUN curl -L \
"https://github.com/Kitware/CMake/releases/download/v${cmake}/cmake-${cmake}-linux-$(uname -m).tar.gz" | \
tar -xzf - --directory /usr/local --strip-components=1

ENV \
BOOST_INCLUDEDIR=/usr/include/boost169 \
Expand Down

This file was deleted.

0 comments on commit e820217

Please sign in to comment.