github.com/lzhfromustc/gofuzz@v0.0.0-20211116160056-151b3108bbd1/GCatch/Dockerfile (about)

     1  FROM golang:1.16.4
     2  
     3  RUN git clone https://github.com/Z3Prover/z3 /repos/z3
     4  WORKDIR /repos/z3
     5  RUN python scripts/mk_make.py \ 
     6    && cd build \
     7    && make \
     8    && make install
     9  
    10  RUN git clone https://github.com/system-pclub/GCatch.git /go/src/github.com/system-pclub/GCatch
    11  
    12  RUN /go/src/github.com/system-pclub/GCatch/GCatch/install.sh
    13  
    14  RUN git clone https://github.com/ethereum/go-ethereum.git /go/src/github.com/ethereum/go-ethereum
    15  WORKDIR /repos
    16  
    17  # GCatch -path=/go/src/github.com/ethereum/go-ethereum -include=github.com/ethereum/go-ethereum -output=./struct.txt -compile-error