Skip to content

Commit

Permalink
hotfix(docker): add golang to path
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Jan 18, 2024
1 parent 8664516 commit b52f58b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ source "docker" "base" {
"ENV LANGUAGE=${element(split(".", var.locale), 0)}:${element(split("_", var.locale), 0)}",
"ENV LC_ALL=${var.locale}",
"ENV AGENT_WORKDIR=/home/jenkins/agent",
"ENV PATH=$${PATH}:/usr/local/go/bin",
"WORKDIR /home/jenkins",
"ENTRYPOINT [\"/usr/local/bin/jenkins-agent\"]",
"USER jenkins",
Expand Down

0 comments on commit b52f58b

Please sign in to comment.