Repo created
This commit is contained in:
parent
2fd78f5dc9
commit
489cf0b2ea
148 changed files with 30898 additions and 2 deletions
14
docker/mkbuilder.sh
Executable file
14
docker/mkbuilder.sh
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
D=$(date +'%Y%m%d.%H%M%S%3N')
|
||||
|
||||
set -e
|
||||
|
||||
cd "${SCRIPT_DIR}/.."
|
||||
# Create the builder image
|
||||
docker build \
|
||||
-t flutter-builder-obtainium \
|
||||
-f ./docker/Dockerfile \
|
||||
--build-arg="DEV_UID=$(id -u)" \
|
||||
.
|
||||
Loading…
Add table
Add a link
Reference in a new issue