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

@ -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() {