mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
Merge 90a31e1506 into c541b38fb3
This commit is contained in:
commit
a974e6ee50
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 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue