Browse Source

fix for "TypeError: can only concatenate list (not "str") to list"

main
Nicolas Massé 4 years ago
parent
commit
81ec8235eb
  1. 2
      MOCKCONFIG/traefik.cfg

2
MOCKCONFIG/traefik.cfg

@ -1,4 +1,4 @@
BUILDER="fedora-35-x86_64" BUILDER="fedora-35-x86_64"
# --no-bootstrap-image is required to use the dnf modules # --no-bootstrap-image is required to use the dnf modules
# See http://frostyx.cz/posts/modularity-features-in-mock # 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" EXTRA_PARAMS="--no-bootstrap-image --enable-network --enablerepo=fedora-modular --config-opts package_manager=dnf --config-opts module_enable=nodejs:12 --config-opts module_enable= --config-opts module_install=nodejs:12/default --config-opts module_install="

Loading…
Cancel
Save