Skip to content

Commit 284083f

Browse files
committed
include vendor folder
1 parent f6e1b99 commit 284083f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.build

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM calavera/go-glide:v0.12.3
1+
FROM golang:1.8
22

33
COPY . /go/src/github.com/MickayG/moby-kafka-logdriver
44
WORKDIR /go/src/github.com/MickayG/moby-kafka-logdriver
5-
RUN glide install && go build --ldflags '-extldflags "-static"' -o kafka-logdriver
5+
RUN go build --ldflags '-extldflags "-static"' -o kafka-logdriver
66

77
# Prepare the directory for packaging
88
RUN mkdir -p /kafka-logdriver/rootfs/usr/bin/

0 commit comments

Comments
 (0)