mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 10:29:29 +00:00
6 lines
167 B
Bash
Executable file
6 lines
167 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
docker build --rm -t local/c7-buildhost docker/build
|
|
|
|
docker run -it --rm -v `pwd`:/root/build local/c7-buildhost /root/build/build_util/build_rpm
|