Skip to content
Snippets Groups Projects
Commit ce38488d authored by androlo's avatar androlo
Browse files

again

parent 3f14da52
No related branches found
No related tags found
No related merge requests found
......@@ -45,8 +45,8 @@ RUN git clone --quiet https://$REPO . && \
ENV REPO $GOPATH/src/github.com/eris-ltd/eris-db
COPY . $REPO
WORKDIR $REPO
RUN go build -o /usr/local/bin/erisdb ./cmd/erisdb && \
go build -o /usr/local/bin/erisdbss ./cmd/erisdbss
RUN cd ./cmd/erisdb && go get -d && go build -o /usr/local/bin/erisdb && \
cd ../erisdbss && go build -o /usr/local/bin/erisdbss && cd ../..
#-----------------------------------------------------------------------------
# install mint-client tools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment