mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 06:10:13 +00:00
trivial: fix container generation
This commit is contained in:
parent
80608dcac9
commit
f5d51d80eb
@ -33,7 +33,7 @@ if len(split) >= 2:
|
||||
OS = split[0]
|
||||
SUBOS = split[1]
|
||||
|
||||
deps = parse_dependencies(OS, SUBOS, "build")
|
||||
deps = parse_dependencies(OS, SUBOS, False)
|
||||
|
||||
f = os.path.join(directory, "Dockerfile-%s.in" % OS)
|
||||
if not os.path.exists(f):
|
||||
|
Loading…
Reference in New Issue
Block a user