From fb4656956c2e6fa726aef3946b5cdac5e7b92ee1 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 16 Jul 2023 19:20:22 +0200 Subject: unitfiles and scripts --- scripts/build_container.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/build_container.sh (limited to 'scripts/build_container.sh') diff --git a/scripts/build_container.sh b/scripts/build_container.sh new file mode 100755 index 0000000..614d34c --- /dev/null +++ b/scripts/build_container.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +PODMAN=$(which podman) +DIR=${DIR:-/usr/share/aurbuilder} + +$PODMAN pull archlinux:base-devel +$PODMAN build --no-cache -t aurbuilder "$DIR" -- cgit v1.2.3