7 lines
126 B
Bash
Executable File
7 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#Build command to make container
|
|
VER=26.0
|
|
|
|
buildah build -t bitcoin:$VER --build-arg VERSION=$VER -f Containerfile
|