packer comes preinstaller

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

View File

@ -22,9 +22,6 @@ jobs:
- name: Install LXC and Packer - name: Install LXC and Packer
run: | run: |
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt-get update -y
sudo apt install -y lxc lxc-templates debootstrap libvirt0 packer sudo apt install -y lxc lxc-templates debootstrap libvirt0 packer
echo "lxc.net.0.type = veth" > default.conf echo "lxc.net.0.type = veth" > default.conf
echo "lxc.net.0.link = lxcbr0" >> default.conf echo "lxc.net.0.link = lxcbr0" >> default.conf