We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783d21f commit a486e2cCopy full SHA for a486e2c
1 file changed
base-images/wasm/build/Dockerfile
@@ -21,7 +21,8 @@ RUN wget https://github.com/tinygo-org/tinygo/releases/download/v${TINYGO_RELEAS
21
22
ENV PATH=${PATH}:/usr/local/tinygo/bin
23
ENV PATH=${PATH}:/usr/local/go/bin
24
-
+ENV GOPATH=/home/heroku/go
25
+ENV PATH=${PATH}:/home/heroku/go/bin
26
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_${TARGETARCH} -O /usr/local/bin/yq && chmod +x /usr/local/bin/yq
27
28
USER heroku
0 commit comments