Skip to content
This repository was archived by the owner on Jan 11, 2021. It is now read-only.

Commit ea269aa

Browse files
committed
Fix Dockerfile
Signed-off-by: Dave Tucker <[email protected]>
1 parent c3579c0 commit ea269aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ FROM golang:1.5
22
RUN go get github.com/tools/godep
33
COPY . /go/src/github.com/gopher-net/macvlan-docker-plugin
44
WORKDIR /go/src/github.com/gopher-net/macvlan-docker-plugin
5-
RUN godep godep go install -v
5+
RUN godep go install -v
66
ENTRYPOINT ["macvlan-docker-plugin"]

0 commit comments

Comments
 (0)