mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
added Solidity compiler
This commit is contained in:
parent
c541b38fb3
commit
90a31e1506
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue