Skip to content

Commit

Permalink
Merge branch 'tickets/DM-45311'
Browse files Browse the repository at this point in the history
  • Loading branch information
iagaponenko committed Jul 18, 2024
2 parents 35d9599 + 9420f1b commit 096e86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/tools/docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ RUN dnf update -y \
https://apache.jfrog.io/artifactory/arrow/almalinux/$(cut -d: -f5 /etc/system-release-cpe | cut -d. -f1)/apache-arrow-release-latest.rpm \
&& dnf config-manager --set-enabled epel \
&& dnf config-manager --set-enabled crb \
&& dnf install -y arrow16-libs \
&& dnf install -y parquet16-libs \
&& dnf install -y arrow1700-libs \
&& dnf install -y parquet1700-libs \
&& dnf clean all \
&& rm -rf /var/cache/yum

Expand Down

0 comments on commit 096e86c

Please sign in to comment.