You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
57
-
58
55
RUN cd /go/src/github.com/splunk/docker-logging-plugin && dep ensure
59
56
60
-
57
+
#Build plugin
61
58
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /go/src/github.com/splunk/docker-logging-plugin/splunk-logging-plugin/rootfs/bin/splunk-logging-plugin .
0 commit comments