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

@ -1,7 +1,7 @@
#!/bin/bash
set -xe
mkdir -p /stage
source "$1"
cd /stage
source /stage.sh
ffbuild_dockerbuild
rm -rf /stage /stage.sh "$FFBUILD_PREFIX"/bin
rm -rf /stage "$FFBUILD_PREFIX"/bin