Skip to content

Commit

Permalink
And less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Oct 7, 2024
1 parent 350315a commit 60741a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ systemctl start notify
export PACKER_CONFIG_DIR="$PWD"
curl -fsSL https://apt.releases.hashicorp.com/gpg > /etc/apt/trusted.gpg.d/hashicorp.asc
apt-add-repository -y "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
apt-get -q update && apt-get install -yq packer
apt-get -qq update && apt-get -qq install -y packer
packer plugins install github.com/hashicorp/qemu
packer plugins install github.com/hashicorp/ansible

Expand Down

0 comments on commit 60741a0

Please sign in to comment.