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"