mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 12:54:58 +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]
|
OS = split[0]
|
||||||
SUBOS = split[1]
|
SUBOS = split[1]
|
||||||
|
|
||||||
deps = parse_dependencies(OS, SUBOS, "build")
|
deps = parse_dependencies(OS, SUBOS, False)
|
||||||
|
|
||||||
f = os.path.join(directory, "Dockerfile-%s.in" % OS)
|
f = os.path.join(directory, "Dockerfile-%s.in" % OS)
|
||||||
if not os.path.exists(f):
|
if not os.path.exists(f):
|
||||||
|
Loading…
Reference in New Issue
Block a user