aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index b399863..36f41b3 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,7 @@
#!/bin/bash
-docker pull archlinux:base-devel
-#docker build --no-cache -t archpkg docker/
-docker build -t archpkg docker/
+DOCKER=podman
+
+$DOCKER pull archlinux:base-devel
+$DOCKER build --no-cache -t archpkg docker/
+#$DOCKER build -t archpkg docker/