c-template/Dockerfile
vms b6411ddc7b update sdk:
- move to wasi-sdk 10
 - use new log function
2020-04-17 22:43:37 +03:00

14 lines
350 B
Docker

FROM ubuntu:18.04
RUN apt-get update \
&& apt-get install -y ca-certificates \
curl \
git \
make
RUN curl -L https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-10/wasi-sdk-10.0-linux.tar.gz | tar xz --strip-components=1 -C /
VOLUME /code
WORKDIR /code
CMD make