mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 13:27:38 +02:00
Always use COPY --link
This commit is contained in:
@ -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
|
||||
(
|
||||
|
Reference in New Issue
Block a user