From ce38488dc8fbd40de56425450239bccabe5605a9 Mon Sep 17 00:00:00 2001 From: androlo <andreas@erisindustries.com> Date: Thu, 16 Jul 2015 18:17:36 +0200 Subject: [PATCH] again --- DOCKER/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCKER/Dockerfile b/DOCKER/Dockerfile index 99ddc891..785d4480 100644 --- a/DOCKER/Dockerfile +++ b/DOCKER/Dockerfile @@ -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 -- GitLab