diff --git a/.build.yml b/.build.yml index 67d87fe..abb0d38 100644 --- a/.build.yml +++ b/.build.yml @@ -11,15 +11,16 @@ sources: packages: - podman + - iptables - runit - go-task tasks: # cgroups need to be running in order to run podman - prep: | - sudo rc-service cgroups start - echo "tun" | sudo tee /etc/modules-load.d/tun.conf - sudo modprobe tun + # sudo rc-service cgroups start + # echo "tun" | sudo tee /etc/modules-load.d/tun.conf + # sudo modprobe tun sleep 1 # build the image using the just recipe