11 lines
424 B
YAML
11 lines
424 B
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
|
modules:
|
|
- type: dnf
|
|
source: ghcr.io/blue-build/modules/dnf:dnf-module
|
|
install:
|
|
packages:
|
|
- https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-%OS_VERSION%.noarch.rpm
|
|
- https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-%OS_VERSION%.noarch.rpm
|
|
- dnf5-plugins
|