From 1f0186f2af319073f444fd05a660a71a1b62978a Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 12 Feb 2024 12:22:37 -0800 Subject: [PATCH] fix: Update libadwaita package for Prompt (#901) --- 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 && \