Skip to content

Commit a486e2c

Browse files
committed
add GOPATH and bin dir to PATH
Signed-off-by: David Justice <david@devigned.com>
1 parent 783d21f commit a486e2c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

base-images/wasm/build/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ RUN wget https://github.com/tinygo-org/tinygo/releases/download/v${TINYGO_RELEAS
2121

2222
ENV PATH=${PATH}:/usr/local/tinygo/bin
2323
ENV PATH=${PATH}:/usr/local/go/bin
24-
24+
ENV GOPATH=/home/heroku/go
25+
ENV PATH=${PATH}:/home/heroku/go/bin
2526
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_${TARGETARCH} -O /usr/local/bin/yq && chmod +x /usr/local/bin/yq
2627

2728
USER heroku

0 commit comments

Comments
 (0)