mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-09 21:45:13 +00:00
chore: Match git repository behavior between Containerfile and custom.just
This commit is contained in:
parent
a119f187ed
commit
3c63caa62b
@ -110,8 +110,8 @@ RUN rpm-ostree install \
|
|||||||
skopeo
|
skopeo
|
||||||
|
|
||||||
# Install dock updater, this is done manually due to proprietary parts preventing it from being on Copr.
|
# Install dock updater, this is done manually due to proprietary parts preventing it from being on Copr.
|
||||||
RUN git clone https://github.com/KyleGospo/jupiter-dock-updater-bin.git && \
|
RUN git clone https://github.com/KyleGospo/jupiter-dock-updater-bin.git --single-branch /tmp/jupiter-dock-updater-bin && \
|
||||||
mv -v jupiter-dock-updater-bin/packaged/usr/lib/jupiter-dock-updater /usr/lib/jupiter-dock-updater
|
mv -v /tmp/jupiter-dock-updater-bin/packaged/usr/lib/jupiter-dock-updater /usr/lib/jupiter-dock-updater
|
||||||
|
|
||||||
# Suspend using power button
|
# Suspend using power button
|
||||||
RUN sed -i 's/#HandlePowerKey=poweroff/HandlePowerKey=suspend/g' /etc/systemd/logind.conf
|
RUN sed -i 's/#HandlePowerKey=poweroff/HandlePowerKey=suspend/g' /etc/systemd/logind.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user