dnf-json: Remove custom dnf cache directory
When osbuild-composer is run as systemd service, we don't want to write anything into working directory. Currently, we write dnf cache into it. Instead, let's just use the default dnf cache directory.
This commit is contained in:
parent
8644213bb7
commit
deb763c13b
1 changed files with 0 additions and 1 deletions
1
dnf-json
1
dnf-json
|
|
@ -24,7 +24,6 @@ except IndexError:
|
|||
|
||||
base = dnf.Base()
|
||||
|
||||
base.conf.cachedir = "./dnf-cache"
|
||||
base.conf.substitutions["releasever"] = "30"
|
||||
base.conf.substitutions["basearch"] = "x86_64"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue