From 4d27a996d084e8d0cbe4698dc1cb4b0bf95acd25 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Fri, 27 Oct 2023 19:46:54 -0600 Subject: [PATCH] fix: Correct syntax error --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 1049e6f0..d8b5c2bf 100644 --- a/Containerfile +++ b/Containerfile @@ -420,8 +420,8 @@ RUN rpm-ostree install \ ibus-table-chinese-quick \ socat \ zstd \ - zenity - newt + zenity \ + newt \ python-vdf \ python-crcmod && \ git clone https://gitlab.com/evlaV/jupiter-dock-updater-bin.git \