Moving lenovo back to silverblue base

This commit is contained in:
Ben Radey
2025-11-10 22:07:03 -05:00
parent 4990c58af9
commit 74c0d17f0f
+5 -5
View File
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora-bootc:43 FROM quay.io/fedora/fedora-silverblue:43
COPY gpg-keys/* /keys/ COPY gpg-keys/* /keys/
@@ -15,24 +15,24 @@ RUN rpm --import \
akmods \ akmods \
android-tools \ android-tools \
ansible \ ansible \
audacity \
baobab \
cinnamon \ cinnamon \
distrobox \ distrobox \
dkms \ dkms \
fuse-sshfs \ fuse-sshfs \
geany \
git \ git \
htop \ htop \
iftop \ iftop \
iotop \ iotop \
nvtop \ nvtop \
radeontop \ radeontop \
solaar \
steam \ steam \
syncthing \ syncthing \
vim && \ vim && \
dnf5 clean all dnf5 clean all
# Following as flatpaks?
# audacity
# geany
# solaar
# TODO: Remove this `|| true` hack once post scriptlets no longer make dnf exit with non-zero # TODO: Remove this `|| true` hack once post scriptlets no longer make dnf exit with non-zero
RUN dnf5 install -y akmod-nvidia proton-vpn-gnome-desktop || true RUN dnf5 install -y akmod-nvidia proton-vpn-gnome-desktop || true