We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbad1a4 commit 1a6cdffCopy full SHA for 1a6cdff
Containerfile
@@ -140,7 +140,8 @@ RUN rpm-ostree install \
140
141
# Remove unneeded packages
142
RUN rpm-ostree override remove \
143
- krfb
+ krfb \
144
+ krfb-libs
145
146
# Install dock updater, this is done manually due to proprietary parts preventing it from being on Copr.
147
RUN git clone https://gitlab.com/evlaV/jupiter-dock-updater-bin.git --single-branch /tmp/jupiter-dock-updater-bin && \
0 commit comments