Skip to content

Commit

Permalink
Merge branch 'tickets/DM-41685'
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzm committed Nov 11, 2023
2 parents 0e8e020 + 0708095 commit f602fb6
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 @@ -213,8 +213,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 arrow13-libs \
&& dnf install -y parquet13-libs \
&& dnf install -y arrow14-libs \
&& dnf install -y parquet14-libs \
&& dnf clean all \
&& rm -rf /var/cache/yum

Expand Down

0 comments on commit f602fb6

Please sign in to comment.