redis/Dockerfile

15 lines
389 B
Docker
Raw Normal View History

2019-06-28 14:12:45 +03:00
FROM ubuntu:19.04
RUN apt-get update \
&& apt-get install -y ca-certificates \
curl \
git \
make \
libtinfo5
2019-06-28 14:12:45 +03:00
RUN curl -L https://github.com/CraneStation/wasi-sdk/releases/download/wasi-sdk-6/wasi-sdk-6.0-linux.tar.gz | tar xz --strip-components=1 -C /
2019-06-28 14:12:45 +03:00
VOLUME /code
WORKDIR /code
CMD make wasm