FROM ubuntu:18.10
RUN apt update &&
apt install -y wget &&
wget https://github.com/EOSIO/eos/releases/download/v1.8.1/eosio_1.8.1-1-ubuntu-18.04_amd64.deb &&
apt install -y ./eosio_1.8.1-1-ubuntu-18.04_amd64.deb &&
mkdir /root/eos
Content type
Image
Digest
Size
97.8 MB
Last updated
almost 7 years ago
docker pull softwaremill/nodeos