You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
343 B
4 lines
343 B
BUILDER="fedora-35-x86_64"
|
|
# --no-bootstrap-image is required to use the dnf modules
|
|
# See http://frostyx.cz/posts/modularity-features-in-mock
|
|
EXTRA_PARAMS="--no-bootstrap-image --enable-network --enablerepo=fedora-modular --config-opts package_manager=dnf --config-opts module_enable=nodejs:12 --config-opts module_install=nodejs:12/default"
|
|
|