Commit bc6416c4 authored by Wen Wei Li's avatar Wen Wei Li

debug

parent 3530a116
......@@ -23,17 +23,24 @@ RUN wget -q https://github.com/jpmorganchase/constellation/releases/download/v0.
chmod 0755 /usr/local/bin/constellation-node && \
rm -rf constellation-$CONSTELLATION_VERSION-ubuntu1604.tar.gz constellation-node
ENV GOREL go1.10.7.linux-amd64.tar.gz
ENV GOREL go1.12.7.linux-amd64.tar.gz
ENV PATH $PATH:/usr/local/go/bin
RUN wget -q https://storage.googleapis.com/golang/$GOREL && \
tar xfz $GOREL && \
mv go /usr/local/go && \
rm -f $GOREL
RUN echo $GOPATH
RUN echo $GOROOT
#RUN mkdir istanbul && cd istanbul && \
# GOPATH=/work/istanbul go get github.com/jpmorganchase/istanbul-tools/cmd/istanbul && \
# cp bin/istanbul /usr/local/bin && \
# cd .. && rm -rf istanbul
RUN mkdir istanbul && cd istanbul && \
GOPATH=/work/istanbul go get github.com/jpmorganchase/istanbul-tools/cmd/istanbul && \
cp bin/istanbul /usr/local/bin && \
RUN git clone https://github.com/jpmorganchase/istanbul-tools.git istanbul && \
cd istanbul && \
make && \
cp build/bin/istanbul /usr/local/bin/ && \
cd .. && rm -rf istanbul
RUN git clone https://github.com/jpmorganchase/quorum.git && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment