Фикс с ключами

This commit is contained in:
Alexander Zhirov 2025-04-26 23:29:31 +03:00
parent 72901d7978
commit 1c6fa0002f
4 changed files with 27 additions and 17 deletions

10
build.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
CUR_SCRIPT="$0"
CUR_DIR="$(dirname "$CUR_SCRIPT")"
APK_BUILD_SCRIPT="$CUR_DIR/apk-build"
cp "$APK_BUILD_SCRIPT" "$CUR_DIR/v3.21"
cd "$CUR_DIR/v3.21"
docker build . -t apk-builder:3.21-r1