diff --git a/docker/Dockerfile b/docker/Dockerfile index ba5b05d14c..097379ae6c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -15,6 +15,10 @@ RUN add-apt-repository ppa:ethereum/ethereum-dev RUN apt-get update RUN apt-get install -q -y geth +# Install Solidity compiler +RUN apt-get install solc -y + + EXPOSE 8545 EXPOSE 30303