Moving lenovo back to silverblue base
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user