Skip to content

Commit c864191

Browse files
Update Dockerfile.build
1 parent 3ea96ed commit c864191

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Dockerfile.build

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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-
217
COPY . /go/src/github.com/Azure/azure-container-networking
228

239
WORKDIR /go/src/github.com/Azure/azure-container-networking

0 commit comments

Comments
 (0)