Skip to content

Commit 1a6cdff

Browse files
authored
fix: Remove krfb-libs
1 parent cbad1a4 commit 1a6cdff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ RUN rpm-ostree install \
140140

141141
# Remove unneeded packages
142142
RUN rpm-ostree override remove \
143-
krfb
143+
krfb \
144+
krfb-libs
144145

145146
# Install dock updater, this is done manually due to proprietary parts preventing it from being on Copr.
146147
RUN git clone https://gitlab.com/evlaV/jupiter-dock-updater-bin.git --single-branch /tmp/jupiter-dock-updater-bin && \

0 commit comments

Comments
 (0)