c-template/Dockerfile
2019-04-21 22:23:36 +03:00

14 lines
355 B
Docker

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