Skip to content

Commit

Permalink
feat: add podmansh package (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen committed Aug 3, 2023
1 parent 0ba230b commit 7c9d57f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c9d57f

Please sign in to comment.