b0xxer 3ff69e504e Deleted specific bitcoin role.
Deleted specific build role.

Moved all to general apps role.

Make app_list list so tasks can iterate thru list and install each app
2024-02-11 08:42:22 -06:00

5 lines
150 B
Django/Jinja
Executable File

#!/bin/sh
#Build command to make container
buildah build -t bitcoin:{{ bitcoin_version }} --build-arg VERSION={{ bitcoin_version }} -f Containerfile