File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ RUN apt-get update && apt-get install -y zip
55RUN go get -d golang.org/x/sys/unix
66RUN go get -d github.com/Microsoft/hcsshim
77RUN go get -d github.com/containernetworking/cni/pkg/skel
8+ RUN go get -d k8s.io/api/core/v1
9+ RUN go get -d k8s.io/api/networking/v1
10+ RUN go get -d k8s.io/apimachinery/pkg/types
11+ RUN go get -d k8s.io/apimachinery/pkg/util/wait
12+ RUN go get -d k8s.io/client-go/informers
13+ RUN go get -d k8s.io/client-go/informers/core/v1
14+ RUN go get -d k8s.io/client-go/informers/networking/v1
15+ RUN go get -d k8s.io/client-go/kubernetes
16+ RUN go get -d k8s.io/client-go/rest
17+ RUN go get -d k8s.io/client-go/tools/cache
818
919COPY . /go/src/github.com/Azure/azure-container-networking
1020
You can’t perform that action at this time.
0 commit comments