FROM oasisprotocol/oasis-core-dev:master
RUN mkdir /ssvm \
&& cd ssvm \
&& curl -LO https://github.com/second-state/ssvm-evmc/releases/download/evmc6-0.1.1-rc1/libssvm-evmc.so \
&& curl -LO https://github.com/second-state/rust-ssvm/raw/master/examples/fib.wasm
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash
RUN apt update && apt install -y clang llvm nodejs
RUN mkdir -p /ssvm/web3 \
&& cd /ssvm/web3 \
&& curl -LO https://gist.githubusercontent.com/dm4/f51356cc6c817a1f2cf3e942a4f18615/raw/24720ab01f58b3128f6764b090cd98a8231b1da7/index.js
docker build -t secondstate/oasis-ssvm .
Content type
Image
Digest
Size
1005.4 MB
Last updated
about 5 years ago
docker pull secondstate/oasis-ssvm