This commit is contained in:
Thomas Hobson 2021-01-28 23:04:52 +13:00
parent bc8b8787ef
commit 59dd4e9c01
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ jobs:
- name: Install Distrobuilder - name: Install Distrobuilder
run: | run: |
sudo apt update
sudo apt install -y golang-go debootstrap rsync gpg squashfs-tools git
sudo go get -v -x github.com/lxc/distrobuilder/distrobuilder sudo go get -v -x github.com/lxc/distrobuilder/distrobuilder
sudo python3 -m pip install pyyaml sudo python3 -m pip install pyyaml
# build container # build container