mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
include cache path
This commit is contained in:
parent
40625a652d
commit
984a1fced3
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -54,6 +54,7 @@ endif
|
|||
ifneq ($(DNF_CACHE),)
|
||||
_LORAX_ARGS += --cachedir $(DNF_CACHE)
|
||||
_LORAX_TEMPLATES += $(_LORAX_TEMPLATES_CACHE)
|
||||
_TEMPLATE_VARS += DNF_CACHE
|
||||
endif
|
||||
|
||||
ifeq ($(findstring redhat.repo,$(REPOS)),redhat.repo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue