Skip to content

Commit

Permalink
Add wasm tools to tinygo image (envoyproxy#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga committed Sep 16, 2022
1 parent 93b239b commit 0cd77e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtools/tinygo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN curl -L https://go.dev/dl/go1.19.1.linux-${TARGETARCH:-amd64}.tar.gz | tar -
ENV PATH /go/bin:/root/go/bin:$PATH
ENV GOROOT /go

RUN apt-get install -y libclang-14-dev
RUN apt-get install -y libclang-14-dev wabt binaryen

# https://github.com/tinygo-org/tinygo/commit/9e4e182615cd80303c564f95020e0c3bd10af64a
RUN go install github.com/tinygo-org/tinygo@9e4e182615cd80303c564f95020e0c3bd10af64a
Expand Down

0 comments on commit 0cd77e5

Please sign in to comment.