Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from inloco/packages-fine-tuning
Browse files Browse the repository at this point in the history
pkr: install git, parallel, setup gnu-sed and git credential helper
  • Loading branch information
paulolieuthier authored Sep 19, 2023
2 parents cac9a93 + ee86a8a commit 2529632
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkr/runner.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ build {
"HOMEBREW_INSTALL_FROM_API=1 /private/tmp/brew.sh",
"rm -Rfv /private/tmp/brew.sh",

"HOMEBREW_INSTALL_FROM_API=1 brew install jq skopeo gh gnu-sed",
"HOMEBREW_INSTALL_FROM_API=1 brew install git jq skopeo gh gnu-sed parallel",

"echo \"$(brew --prefix)/opt/gnu-sed/libexec/gnubin\" | sudo tee -a /etc/paths",
"sudo git config --system credential.helper ''",

# don't install through brew because of installation errors
# "brew install --cask intel-haxm",
Expand Down

0 comments on commit 2529632

Please sign in to comment.