add unique log entry

This commit is contained in:
David Asamu
2025-10-08 22:45:45 +01:00
parent 11596dcd10
commit b456b82ee4
+1
View File
@@ -1523,6 +1523,7 @@ ADD {relpath} /deps/{name}
image_str = docker_tag(config, base_image, api_version)
docker_file_contents = [
f"FROM {image_str}",
"# -- making use of two-stage-cache-optimizations --",
"",
os.linesep.join(config["dockerfile_lines"]),
"",