Merge pull request #419 from thaJeztah/easier-testing-in-container

Add "build" dir to PATH in dev-container
This commit is contained in:
Kenfe-Mickaël Laventure
2017-08-07 16:25:19 +02:00
committed by GitHub
+2 -1
View File
@@ -24,6 +24,7 @@ RUN go get -d github.com/dnephin/filewatcher && \
go build -v -o /usr/bin/filewatcher . && \
rm -rf /go/src/* /go/pkg/* /go/bin/*
ENV CGO_ENABLED=0
ENV CGO_ENABLED=0 \
PATH=$PATH:/go/src/github.com/docker/cli/build
WORKDIR /go/src/github.com/docker/cli
CMD sh