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