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 cb3e8fa commit 124e38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/jenkins-alpine/packer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ build {
sources = ["source.docker.alpine"]

provisioner "shell" {
execute_command = "sudo -Hu root sh -c '{{ .Vars }} {{ .Path }}'"
execute_command = "sh -c '{{ .Vars }} {{ .Path }}'"
inline = [
"echo '@edge https://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories",
"apk add --no-cache ${join(" ", local.packages)}",
Expand Down

0 comments on commit 124e38f

Please sign in to comment.