File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -588,6 +588,13 @@ cd -
588588rm -rf "${TEMP_DIR}"
589589EOF
590590
591+ # # mise
592+ RUN dnf -y install 'dnf-command(copr)' && \
593+ dnf -y copr enable jdxcode/mise && \
594+ dnf -y install mise && \
595+ dnf clean all && \
596+ rm -rf /var/cache/dnf
597+
591598RUN <<EOF
592599oc completion bash > /usr/share/bash-completion/completions/oc
593600tkn completion bash > /usr/share/bash-completion/completions/tkn
Original file line number Diff line number Diff line change @@ -555,6 +555,13 @@ cd -
555555rm -rf "${TEMP_DIR}"
556556EOF
557557
558+ # # mise
559+ RUN dnf -y install 'dnf-command(copr)' && \
560+ dnf -y copr enable jdxcode/mise centos-stream+epel-next-9 && \
561+ dnf -y install mise && \
562+ dnf clean all && \
563+ rm -rf /var/cache/dnf
564+
558565RUN <<EOF
559566oc completion bash > /usr/share/bash-completion/completions/oc
560567tkn completion bash > /usr/share/bash-completion/completions/tkn
You can’t perform that action at this time.
0 commit comments