added Solidity compiler

This commit is contained in:
Daniel Meyer 2016-01-15 13:01:15 +01:00
parent c541b38fb3
commit 90a31e1506

View file

@ -15,6 +15,10 @@ RUN add-apt-repository ppa:ethereum/ethereum-dev
RUN apt-get update RUN apt-get update
RUN apt-get install -q -y geth RUN apt-get install -q -y geth
# Install Solidity compiler
RUN apt-get install solc -y
EXPOSE 8545 EXPOSE 8545
EXPOSE 30303 EXPOSE 30303