Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
craigthackerx committed Dec 14, 2023
1 parent 0157df1 commit 70810b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/jenkins-alpine/packer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ build {
execute_command = "sudo -Hu ${var.normal_user} sh -c '{{ .Vars }} {{ .Path }}'"
inline = [
"eval \"$(pyenv init --path)\"",
"pyenvLatestStable=$(pyenv install --list | grep -v - | grep -E \"^\\s*[0-9]+\\.[0-9]+\\.[0-9]+$\" | tail -1)",
"pyenv install $pyenvLatestStable",
"pyenv global $pyenvLatestStable",
"pip install --upgrade pip",
"pip install --user pipenv virtualenv terraform-compliance checkov pywinrm",
Expand Down

0 comments on commit 70810b1

Please sign in to comment.