mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-13 13:57:39 +02:00
Always use COPY --link
This commit is contained in:
@ -10,8 +10,8 @@ ffbuild_enabled() {
|
||||
|
||||
ffbuild_dockerlayer() {
|
||||
[[ $TARGET == winarm* ]] && return 0
|
||||
to_df "COPY --from=${SELFLAYER} /opt/mingw/. /"
|
||||
to_df "COPY --from=${SELFLAYER} /opt/mingw/. /opt/mingw"
|
||||
to_df "COPY --link --from=${SELFLAYER} /opt/mingw/. /"
|
||||
to_df "COPY --link --from=${SELFLAYER} /opt/mingw/. /opt/mingw"
|
||||
}
|
||||
|
||||
ffbuild_dockerfinal() {
|
||||
|
Reference in New Issue
Block a user