podbox/quadlets/caddy/README.md
redbeardymcgee e6631eb43c Major reorganization
It makes more sense to wrap every quadlet in its own dir. This makes it
easier to copy a quadlet with batteries included for apps that require a
valid config to be useful.
2024-11-19 21:20:58 -06:00

271 B

podman 5.2.5

dnf -y install btrfs-progs-devel passt
curl -fsSL \
    -o podman-5.2.5.tar.gz \
    https://github.com/containers/podman/archive/refs/tags/v5.2.5.tar.gz
tar xzf podman-5.2.5.tar.gz
cd podman-5.2.5
make BUILDTAGS="selinux seccomp" PREFIX=/usr