ContractFuzzer icon indicating copy to clipboard operation
ContractFuzzer copied to clipboard

Update Dockerfile to fix dependency problems

Open chao-peng opened this issue 5 years ago • 1 comments

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.

chao-peng avatar Mar 21 '19 10:03 chao-peng

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.

Franklinliu avatar Mar 22 '19 01:03 Franklinliu