Compare commits
2 commits
cf27ab47ba
...
ba97ecf224
| Author | SHA1 | Date | |
|---|---|---|---|
| ba97ecf224 | |||
| d7b86d3e4a |
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ on:
|
|||
- 'containers/**'
|
||||
- '.forgejo/workflows/build-image.yaml'
|
||||
schedule:
|
||||
- cron: '0 6 * * 0'
|
||||
- cron: '0 5 * * *'
|
||||
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 plasma-discover plasma-discover-libs
|
||||
RUN dnf5 -y remove kde-connect
|
||||
|
||||
# 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 plasma-discover plasma-discover-libs
|
||||
RUN dnf5 -y remove kde-connect
|
||||
|
||||
# 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