From 55bce0b40f2b035e20e676f943f1c3d298f2d30c Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 5 Apr 2023 01:32:10 -0700 Subject: [PATCH] chore: Remove workaround --- Containerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index d2a76419..e485bc13 100644 --- a/Containerfile +++ b/Containerfile @@ -32,9 +32,7 @@ RUN rpm-ostree install \ kdeconnectd \ btop \ fish \ - kate \ - $(rpm -qa --qf "%{NAME} ") - # The above prints every package installed, this acts similarly to rpm-ostree update when making an OCI image and resolves issues with installing Steam + kate # Install dock updater, this is done manually as it has proprietary parts and cannot be built in Copr. RUN git clone https://github.com/KyleGospo/jupiter-dock-updater-bin.git && \