Skip to content

Commit

Permalink
Update node-golang dockerfile
Browse files Browse the repository at this point in the history
Add installed go binaries location to user's path
  • Loading branch information
piersy committed Sep 21, 2022
1 parent 2bdc31e commit ccae81b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/node-golang-dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ FROM circleci/node:12

COPY --from=circleci/golang:1.17.5 /usr/local/go/ /usr/local/go/

ENV PATH="${HOME}/go/bin:${PATH}"
ENV PATH="/usr/local/go/bin:${PATH}"

0 comments on commit ccae81b

Please sign in to comment.