Use BuildKit features to reduce amount of layers

This commit is contained in:
BtbN
2021-04-05 19:22:03 +02:00
parent e20a907e31
commit e38500bb7d
58 changed files with 8 additions and 281 deletions

View File

@ -7,11 +7,6 @@ ffbuild_enabled() {
return 0
}
ffbuild_dockerstage() {
to_df "ADD $SELF /stage.sh"
to_df "RUN run_stage"
}
ffbuild_dockerbuild() {
git clone "$GME_REPO" gme
cd gme