Compare commits
No commits in common. "ba97ecf224137e8d55c78b338a53013dc16b9c47" and "cf27ab47ba86dc50c1f7dd58eb9dfee9a57b6d94" have entirely different histories.
ba97ecf224
...
cf27ab47ba
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ on:
|
|||
- 'containers/**'
|
||||
- '.forgejo/workflows/build-image.yaml'
|
||||
schedule:
|
||||
- cron: '0 5 * * *'
|
||||
- cron: '0 6 * * 0'
|
||||
jobs:
|
||||
build-kde:
|
||||
name: 'Build onc-kde:main'
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ RUN dnf5 -y install croc solaar openrgb wireguard-tools
|
|||
RUN dnf5 -y install codium neovim wl-clipboard ansible python3-ansible-lint uv butane coreos-installer java-21-openjdk-devel
|
||||
|
||||
# Remove unwanted packages
|
||||
RUN dnf5 -y remove kde-connect
|
||||
RUN dnf5 -y remove kde-connect plasma-discover plasma-discover-libs
|
||||
|
||||
# Remove Firefox rpm (superseded by flatpak Firefox)
|
||||
RUN dnf5 -y remove firefox firefox-langpacks
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ RUN dnf5 -y install croc solaar openrgb wireguard-tools
|
|||
RUN dnf5 -y install codium neovim wl-clipboard ansible python3-ansible-lint uv butane coreos-installer java-21-openjdk-devel
|
||||
|
||||
# Remove unwanted packages
|
||||
RUN dnf5 -y remove kde-connect
|
||||
RUN dnf5 -y remove kde-connect plasma-discover plasma-discover-libs
|
||||
|
||||
# Remove Firefox rpm (superseded by flatpak Firefox)
|
||||
RUN dnf5 -y remove firefox firefox-langpacks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue