gongbell / ContractFuzzer

The Ethereum Smart Contract Fuzzer for Security Vulnerability Detection (ASE 2018)
229 stars 85 forks source link

Update Dockerfile to fix dependency problems #4

Open chao-peng opened 5 years ago

chao-peng commented 5 years ago

The old base image does not exist on Docker Hub and consequently leads to the build failure. I've changed it to the golang official base image. Commands for building the project have also been fixed.

Franklinliu commented 5 years ago

You can find the dockerfiles of base images under directory base. golang_nodejs may be what you want. You can compile the dockerfile inside to make golang_nodejs images by yourself.