Skip to content

Commit

Permalink
Merge branch 'tickets/DM-47345'
Browse files Browse the repository at this point in the history
  • Loading branch information
iagaponenko committed Nov 3, 2024
2 parents dffaafd + fd79a7d commit 720292e
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -236,8 +236,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 arrow1700-libs \
&& dnf install -y parquet1700-libs \
&& dnf install -y arrow1800-libs \
&& dnf install -y parquet1800-libs \
&& dnf clean all \
&& rm -rf /var/cache/yum

Expand Down
2 changes: 2 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@
html_additional_pages = {
"index": "overview.html"
}

mermaid_version = "10.3.0"

0 comments on commit 720292e

Please sign in to comment.