mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
packer comes preinstaller
This commit is contained in:
parent
c6fc9fe493
commit
ce5934252b
1 changed files with 0 additions and 3 deletions
3
.github/workflows/lxc-build.yml
vendored
3
.github/workflows/lxc-build.yml
vendored
|
@ -22,9 +22,6 @@ jobs:
|
|||
|
||||
- name: Install LXC and Packer
|
||||
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
|
||||
echo "lxc.net.0.type = veth" > default.conf
|
||||
echo "lxc.net.0.link = lxcbr0" >> default.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue