aboutsummaryrefslogtreecommitdiff
path: root/build.sh
blob: 36f41b3f24ab0cb7a778da658756f49a3add371a (plain)
1
2
3
4
5
6
7
#!/bin/bash

DOCKER=podman

$DOCKER pull archlinux:base-devel
$DOCKER build --no-cache -t archpkg docker/
#$DOCKER build -t archpkg docker/