From 5231fbf143025060924982128ce21e9a359815f0 Mon Sep 17 00:00:00 2001 From: Andrey Vagin Date: Mon, 6 Apr 2015 10:25:16 +0300 Subject: [PATCH] Dockerfile: don't call go get Everything must be in vendor/ Signed-off-by: Andrey Vagin --- Dockerfile | 1 - criurpc/criurpc.pb.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fb34c8c9..ff5c4587 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,6 @@ COPY . /go/src/github.com/docker/libcontainer WORKDIR /go/src/github.com/docker/libcontainer RUN cp sample_configs/minimal.json /busybox/container.json -RUN go get -d -v ./... RUN make direct-install ENTRYPOINT ["/dind"] diff --git a/criurpc/criurpc.pb.go b/criurpc/criurpc.pb.go index 0904ed7c..af59d38c 100644 --- a/criurpc/criurpc.pb.go +++ b/criurpc/criurpc.pb.go @@ -4,7 +4,7 @@ package criurpc -import proto "code.google.com/p/goprotobuf/proto" +import proto "github.com/golang/protobuf/proto" import json "encoding/json" import math "math"