Skip to content

Commit

Permalink
Install ruby 3.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 4, 2025
1 parent e6a4b3e commit c29d3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN set -e; \
&& conda config --add channels conda-forge \
&& conda init bash \
&& bash -c /opt/conda-install.sh \
&& curl -LO https://repo.almalinux.org/almalinux/10/CRB/${ARCH_NAME}/os/Packages/graphviz-devel-2.44.0-26.el9.${ARCH_NAME}.rpm \
&& curl -LO https://repo.almalinux.org/almalinux/9/CRB/${ARCH_NAME}/os/Packages/graphviz-devel-2.44.0-26.el9.${ARCH_NAME}.rpm \
&& rpm -ivh graphviz-devel-2.44.0-26.el9.${ARCH_NAME}.rpm \
&& rm graphviz-devel-2.44.0-26.el9.${ARCH_NAME}.rpm \
&& curl -s "https://get.sdkman.io" | bash \
Expand Down

0 comments on commit c29d3b0

Please sign in to comment.