cloudfoundry-attic / blockhead

CF-Extensions Blockhead project
Apache License 2.0
3 stars 3 forks source link

update the Ethereum node container with the right set of dependencies. #38

Closed nimakaviani closed 5 years ago

nimakaviani commented 5 years ago

The docker file that deploys the Geth node installs a bunch of dependencies for solc and node and we are not entirely sure if they are required.

In an effort to make the Geth node image smaller in size, we need to investigate which of these dependencies are required to launch geth and remove the ones not required.

nimakaviani commented 5 years ago

Here is the reference to the Dockerfile that creates the corresponding docker image for the geth node: https://github.com/nimakaviani/contract-deployer/blob/master/Dockerfile

nimakaviani commented 5 years ago

PRs #47 and #70 have the required set of fixes