qubes: Update to fedora 41
All checks were successful
ShellCheck / shellcheck (push) Successful in 25s

This commit is contained in:
Mathieu Strypsteen 2024-11-07 16:36:20 +01:00
parent d16a948e1f
commit 27d6ba5089
Signed by: mathieu
GPG key ID: 782A42E461BC6824
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
FROM quay.io/fedora/fedora-toolbox:41
RUN dnf up -y
RUN dnf install -y bash-color-prompt clang clang-tools-extra gcc hyperfine java-devel llvm mtools nodejs-npm openssl-devel parted poetry postgresql-server python3-pip qemu-system-x86-core rustup systemd-container vim-enhanced
RUN dnf install -y https://github.com/coder/code-server/releases/download/v4.94.2-rc.1/code-server-4.94.2-rc.1-amd64.rpm
RUN dnf install -y https://github.com/coder/code-server/releases/download/v4.95.1/code-server-4.95.1-amd64.rpm
RUN mkdir /etc/systemd/system/user@.service.d
RUN mkdir /var/lib/systemd/linger
RUN touch /var/lib/systemd/linger/coder

View file

@ -1,7 +1,8 @@
#!/bin/bash
set -euo pipefail
cp -R desktop/* qubes-fedora/* /
dnf config-manager --set-enabled qubes-vm-r4.2-security-testing qubes-vm-r4.2-current-testing
dnf config-manager setopt qubes-vm-r4.2-security-testing.enabled=true
dnf config-manager setopt qubes-vm-r4.2-current-testing.enabled=true
dnf install --allowerasing bash-color-prompt bash-completion borgbackup bind-utils butane default-fonts fcitx5-anthy fcitx5-autostart fedora-flathub-remote ffmpeg-free file-roller fuse-sshfs gcc gcc-gdb-plugin glibc-all-langpacks helm htop kubernetes-client nautilus netcat nodejs-npm pipx qubes-ctap ShellCheck toolbox wireguard-tools whois xdg-desktop-portal-gtk yt-dlp
dnf remove cheese evolution-data-server firefox gnome-software gnome-weather PackageKit-command-not-found rpmfusion-nonfree-release thunderbird totem
sh setup-desktop.sh