Skip to content

Commit

Permalink
Try using link for context on Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jan 22, 2025
1 parent 9cdbc70 commit 79de380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 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,8 @@ RUN \
yum clean ${quiet} all

ARG cmake=3.25.0
COPY ../../../../../../../ci/scripts/install_cmake.sh /arrow/ci/scripts/
RUN /arrow/ci/scripts/install_cmake.sh ${cmake} /usr/local/
COPY scripts/install_cmake.sh /ci/scripts/
RUN /ci/scripts/install_cmake.sh ${cmake} /usr/local/

ENV \
BOOST_INCLUDEDIR=/usr/include/boost169 \
Expand Down
1 change: 1 addition & 0 deletions dev/tasks/linux-packages/scripts

0 comments on commit 79de380

Please sign in to comment.