From 751042e531c271a091470185afe7e41b2fe93634 Mon Sep 17 00:00:00 2001 From: Brian Ketelsen Date: Fri, 20 Oct 2023 10:43:03 -0400 Subject: [PATCH] feat: add gum for scripting --- Containerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Containerfile b/Containerfile index 31117f9b1bb..7c40ec8bc29 100644 --- a/Containerfile +++ b/Containerfile @@ -155,6 +155,9 @@ RUN rpm-ostree install $(curl https://api.github.com/repos/charmbracelet/vhs/rel wget https://github.com/tsl0922/ttyd/releases/latest/download/ttyd.x86_64 -O /tmp/ttyd && \ install -c -m 0755 /tmp/ttyd /usr/bin/ttyd +# Install Charm gum +RUN rpm-ostree install $(curl https://api.github.com/repos/charmbracelet/gum/releases/latest | jq -r '.assets[] | select(.name| test(".*.x86_64.rpm$")).browser_download_url') + # Set up services RUN systemctl enable podman.socket && \ systemctl disable pmie.service && \