apt update..

This commit is contained in:
Thomas Hobson 2021-01-28 13:47:07 +13:00
parent ce5934252b
commit 15857f1c0a
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ jobs:
- name: Install LXC and Packer
run: |
sudo apt update
sudo apt install -y lxc lxc-templates debootstrap libvirt0 packer
echo "lxc.net.0.type = veth" > default.conf
echo "lxc.net.0.link = lxcbr0" >> default.conf