Skip to content

Commit

Permalink
Merge branch 'u/gapon/docker-compose-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
iagaponenko committed Mar 7, 2024
2 parents b574331 + 28dd602 commit e0dd783
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 arrow14-libs \
&& dnf install -y parquet14-libs \
&& dnf install -y arrow15-libs \
&& dnf install -y parquet15-libs \
&& dnf clean all \
&& rm -rf /var/cache/yum

Expand Down

0 comments on commit e0dd783

Please sign in to comment.