Switch entirely to new stage builder

This commit is contained in:
BtbN
2020-09-05 16:38:11 +02:00
parent 3775b95e58
commit 3454294519
20 changed files with 43 additions and 43 deletions

View File

@ -8,8 +8,8 @@ ffbuild_enabled() {
}
ffbuild_dockerstage() {
to_df "ADD $SELF /root/opus.sh"
to_df "RUN bash -c 'source /root/opus.sh && ffbuild_dockerbuild && rm /root/opus.sh'"
to_df "ADD $SELF /stage.sh"
to_df "RUN run_stage"
}
ffbuild_dockerbuild() {