Moving bitcoin container build script into place as template

This commit is contained in:
b0xxer
2024-02-10 11:13:52 -06:00
parent fc4522094b
commit ab1b4fabc9
4 changed files with 5 additions and 3 deletions
-6
View File
@@ -1,6 +0,0 @@
#!/bin/sh
#Build command to make container
VER=26.0
buildah build -t bitcoin:$VER --build-arg VERSION=$VER -f Containerfile