Added building helper scripts
This commit is contained in:
parent
f8ddcacf73
commit
5f8293095d
2 changed files with 24 additions and 0 deletions
build
4
build/01_init.sh
Executable file
4
build/01_init.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
p=$(dirname "$0")
|
||||
apk update && apk add bash
|
||||
"$p"/install_deps_alpine.sh
|
Loading…
Add table
Add a link
Reference in a new issue