Skip to content

Commit ad769bc

Browse files
committed
chore: adding mise
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
1 parent bacc1e9 commit ad769bc

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

universal/ubi10/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,13 @@ cd -
588588
rm -rf "${TEMP_DIR}"
589589
EOF
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+
591598
RUN <<EOF
592599
oc completion bash > /usr/share/bash-completion/completions/oc
593600
tkn completion bash > /usr/share/bash-completion/completions/tkn

universal/ubi9/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,13 @@ cd -
555555
rm -rf "${TEMP_DIR}"
556556
EOF
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+
558565
RUN <<EOF
559566
oc completion bash > /usr/share/bash-completion/completions/oc
560567
tkn completion bash > /usr/share/bash-completion/completions/tkn

0 commit comments

Comments
 (0)