Skip to content

Commit

Permalink
Try removing unnecessary pip install from newest Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Sep 12, 2024
1 parent 4bd0bfb commit 63d5342
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/docker/linux-apt-r.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ COPY ci/scripts/r_deps.sh /arrow/ci/scripts/
COPY r/DESCRIPTION /arrow/r/
RUN /arrow/ci/scripts/r_deps.sh /arrow

RUN pip install -U pip setuptools wheel

COPY ci/scripts/install_minio.sh /arrow/ci/scripts/
RUN /arrow/ci/scripts/install_minio.sh latest /usr/local

Expand Down

0 comments on commit 63d5342

Please sign in to comment.