Always use COPY --link

This commit is contained in:
BtbN
2024-10-06 02:55:46 +02:00
parent 5b84268562
commit 40511a0e8a
5 changed files with 9 additions and 9 deletions

View File

@ -49,7 +49,7 @@ export TODF="Dockerfile"
to_df "FROM ${REGISTRY}/${REPO}/base-${TARGET}:latest AS base"
to_df "ENV TARGET=$TARGET VARIANT=$VARIANT REPO=$REPO ADDINS_STR=$ADDINS_STR"
to_df "COPY util/run_stage.sh /usr/bin/run_stage"
to_df "COPY --link util/run_stage.sh /usr/bin/run_stage"
for addin in "${ADDINS[@]}"; do
(