trivial: fix container generation

This commit is contained in:
Mario Limonciello 2022-09-08 23:18:22 -05:00
parent 80608dcac9
commit f5d51d80eb

View File

@ -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):