From 1a11711761bdb4eaeb55060d149cbd21a0c3e326 Mon Sep 17 00:00:00 2001 From: bobslept <38557801+bobslept@users.noreply.github.com> Date: Sat, 9 Dec 2023 17:32:13 +0100 Subject: [PATCH] feat(dx): add kcli (#724) --- Containerfile | 4 +++- packages.json | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 4571159b694..b66b3ab609d 100644 --- a/Containerfile +++ b/Containerfile @@ -117,7 +117,8 @@ COPY workarounds.sh \ RUN sysctl -p RUN wget https://copr.fedorainfracloud.org/coprs/ganto/lxc4/repo/fedora-"${FEDORA_MAJOR_VERSION}"/ganto-lxc4-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/ganto-lxc4-fedora-"${FEDORA_MAJOR_VERSION}".repo && \ - wget https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-"${FEDORA_MAJOR_VERSION}"/ublue-os-staging-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/ublue-os-staging-fedora-"${FEDORA_MAJOR_VERSION}".repo + wget https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-"${FEDORA_MAJOR_VERSION}"/ublue-os-staging-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/ublue-os-staging-fedora-"${FEDORA_MAJOR_VERSION}".repo && \ + wget https://copr.fedorainfracloud.org/coprs/karmab/kcli/repo/fedora-"${FEDORA_MAJOR_VERSION}"/karmab-kcli-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/karmab-kcli-fedora-"${FEDORA_MAJOR_VERSION}".repo # Handle packages via packages.json RUN /tmp/build.sh && \ @@ -156,6 +157,7 @@ RUN /tmp/workarounds.sh # Clean up repos, everything is on the image so we don't need them RUN rm -f /etc/yum.repos.d/ublue-os-staging-fedora-"${FEDORA_MAJOR_VERSION}".repo && \ rm -f /etc/yum.repos.d/ganto-lxc4-fedora-"${FEDORA_MAJOR_VERSION}".repo && \ + rm -f /etc/yum.repos.d/karmab-kcli-fedora-"${FEDORA_MAJOR_VERSION}".repo && \ rm -f /etc/yum.repos.d/vscode.repo && \ rm -f /etc/yum.repos.d/docker-ce.repo && \ rm -f /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:phracek:PyCharm.repo && \ diff --git a/packages.json b/packages.json index d58a9c0d652..cdce9df49e5 100644 --- a/packages.json +++ b/packages.json @@ -69,6 +69,7 @@ "incus-agent", "iotop", "jetbrains-mono-fonts-all", + "kcli", "libvirt", "lxc", "lxd-agent",