mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-28 19:20:16 +00:00
chore: Remove a RUN step from the containerfile.
This commit is contained in:
parent
3b1fd47103
commit
99684d8b59
@ -153,7 +153,7 @@ RUN rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfra
|
||||
RUN rpm-ostree install \
|
||||
mesa-va-drivers
|
||||
|
||||
# Install new packages
|
||||
# Install new packages & dock updater - done manually due to proprietary parts preventing it from being on Copr
|
||||
RUN rpm-ostree install \
|
||||
steam \
|
||||
lutris \
|
||||
@ -173,10 +173,8 @@ RUN rpm-ostree install \
|
||||
sdgyrodsu \
|
||||
winetricks \
|
||||
python-vdf \
|
||||
python-crcmod
|
||||
|
||||
# Install dock updater, this is done manually due to proprietary parts preventing it from being on Copr
|
||||
RUN git clone https://gitlab.com/evlaV/jupiter-dock-updater-bin.git --depth 1 /tmp/jupiter-dock-updater-bin && \
|
||||
python-crcmod && \
|
||||
git clone https://gitlab.com/evlaV/jupiter-dock-updater-bin.git --depth 1 /tmp/jupiter-dock-updater-bin && \
|
||||
mv -v /tmp/jupiter-dock-updater-bin/packaged/usr/lib/jupiter-dock-updater /usr/lib/jupiter-dock-updater
|
||||
|
||||
# Cleanup & Finalize
|
||||
|
Loading…
x
Reference in New Issue
Block a user