mirror of https://github.com/docker/cli.git
Merge pull request #419 from thaJeztah/easier-testing-in-container
Add "build" dir to PATH in dev-container
This commit is contained in:
commit
e0f1e4d5d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue