From 31ded50d22391f4ec2abed0c415d6c93a2f8d531 Mon Sep 17 00:00:00 2001 From: Brian Ketelsen Date: Thu, 3 Aug 2023 08:37:06 -0400 Subject: [PATCH] feat: add podmansh package (#364) --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 0b023272017..1cf0fe16fa5 100644 --- a/Containerfile +++ b/Containerfile @@ -65,6 +65,7 @@ RUN rpm-ostree install adobe-source-code-pro-fonts cascadiacode-nerd-fonts googl RUN rpm-ostree install qemu qemu-user-static qemu-user-binfmt virt-manager libvirt edk2-ovmf RUN rpm-ostree install cockpit-system cockpit-ostree cockpit-networkmanager cockpit-selinux cockpit-storaged cockpit-podman cockpit-machines cockpit-pcp RUN rpm-ostree install p7zip p7zip-plugins powertop +RUN rpm-ostree install podmansh RUN wget https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64 -O /tmp/docker-compose && \ install -c -m 0755 /tmp/docker-compose /usr/bin