Skip to content

Instantly share code, notes, and snippets.

FROM ubuntu:14.04
RUN apt-get update
RUN apt-get -yy install wget vim
RUN apt-get -yy install python-twisted git
#solc
RUN apt-get -yy install software-properties-common
RUN add-apt-repository ppa:ethereum/ethereum-qt
RUN add-apt-repository ppa:ethereum/ethereum