This commit is contained in:
Jason Swank
2026-01-10 02:12:36 +00:00
parent 97f8c449b5
commit 69314c5467

View File

@@ -18,6 +18,8 @@ tasks:
# cgroups need to be running in order to run podman # cgroups need to be running in order to run podman
- prep: | - prep: |
sudo rc-service cgroups start sudo rc-service cgroups start
echo "tun" | sudo tee /etc/modules-load.d/tun.conf
sudo modprobe tun
sleep 1 sleep 1
# build the image using the just recipe # build the image using the just recipe