Skip to content

Commit

Permalink
Update package list for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Odilhao committed Jan 21, 2025
1 parent 63d3b2f commit 8ae1784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]
workflow_dispatch:
schedule:
- cron: '4 4 * * 0,3'
- cron: '4 4 * * 0,4'


env:
Expand Down
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RUN dnf install -y fedora-release-sway && \
dnf group install -y "swaywm-extended"

#Spliting into 2 layers to reduce pul time with more layers
RUN dnf install -y firefox bash-completion bcache-tools bwm-ng cups cups-browsed dmraid ethtool firefox firewalld fwupd gdb git htop input-leap lm_sensors nfs-utils nss-mdns pcp pcp-selinux powertop qemu-kvm samba sysstat thermald tuned vim-enhanced vulkan-tools xdpyinfo wget && \
dnf swap -y ffmpeg-free ffmpeg --allowerasing && dnf install -y @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin && dnf group install -y "Sound and Video" && dnf swap -y mesa-va-drivers mesa-va-drivers-freeworld && dnf swap -y mesa-vdpau-drivers mesa-vdpau-drivers-freeworld && \
RUN dnf group install -y sound-and-video && dnf install -y firefox bash-completion bcache-tools bwm-ng cups cups-browsed dmraid ethtool firefox firewalld fwupd gdb git htop input-leap lm_sensors nfs-utils nss-mdns pcp pcp-selinux powertop qemu-kvm samba sysstat thermald tuned vim-enhanced vulkan-tools xdpyinfo wget && \
dnf swap -y ffmpeg-free ffmpeg --allowerasing && dnf install -y @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin && dnf swap -y mesa-va-drivers mesa-va-drivers-freeworld && dnf swap -y mesa-vdpau-drivers mesa-vdpau-drivers-freeworld && \
dnf install -y krb5-workstation podman libvirt-daemon pavucontrol vim git-annex virt-install virt-manager openvpn blueman bluez NetworkManager-bluetooth


Expand Down

0 comments on commit 8ae1784

Please sign in to comment.