chore: Remove workaround

This commit is contained in:
Kyle Gospodnetich 2023-04-05 01:32:10 -07:00
parent 6ce77046f0
commit 55bce0b40f

View File

@ -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 && \