mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 10:29:29 +00:00
Add build docker
This commit is contained in:
parent
088f77bc42
commit
2e3bdc7004
3 changed files with 39 additions and 0 deletions
4
build_util/create_run_docker
Executable file
4
build_util/create_run_docker
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
cp *.rpm docker/run/
|
||||
docker build --rm -t local/c7-runhost docker/run
|
||||
Loading…
Add table
Add a link
Reference in a new issue