From 986a5db1da09dd80b995b4360f25eddfc6bec4c2 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 12 Feb 2024 12:21:51 -0800 Subject: [PATCH] fix: Update libadwaita package for Prompt --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 664eda04fba..f7262afe2dc 100644 --- a/Containerfile +++ b/Containerfile @@ -27,7 +27,8 @@ RUN if [ ${FEDORA_MAJOR_VERSION} -ge "39" ]; then \ --experimental \ --from repo=copr:copr.fedorainfracloud.org:kylegospo:prompt \ vte291 \ - vte-profile && \ + vte-profile \ + libadwaita && \ rpm-ostree install \ prompt && \ rm -f /etc/yum.repos.d/_copr_kylegospo-prompt.repo && \