Skip to content

Commit 962935e

Browse files
Yongli Chenjaer-tsun
authored andcommitted
update build image (#201)
1 parent 1c14dd0 commit 962935e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Dockerfile.build

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ RUN apt-get update && apt-get install -y zip
55
RUN go get -d golang.org/x/sys/unix
66
RUN go get -d github.com/Microsoft/hcsshim
77
RUN 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

919
COPY . /go/src/github.com/Azure/azure-container-networking
1020

0 commit comments

Comments
 (0)