Skip to content

Commit dfcf5a4

Browse files
committed
Add --link
1 parent a506ceb commit dfcf5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .automation/build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ def build_dockerfile(
451451
+ "COPY --link --from=cargo-build /tmp/bin/* /bin/\n"
452452
+ f'RUN ["/bin/' + '", "--help"]\nRUN ["/bin/'.join(prebuild_list) + '", "--help"]\n'
453453
]
454-
docker_copy += [f"COPY --from=cargo /bin/* /usr/bin/"]
454+
docker_copy += [f"COPY --link --from=cargo /bin/* /usr/bin/"]
455455
keep_rustup = False
456456
if len(cargo_packages) > 0:
457457
rust_commands = []

0 commit comments

Comments
 (0)