Skip to content

Commit

Permalink
remove vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
ajssmith committed Jan 23, 2020
1 parent f1a527f commit 9882b97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/skupper-docker-controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WORKDIR /go/src/app
COPY . .

RUN go get -d -v ./...
RUN rm -rf /go/src/github.com/skupperproject/skupper-docker/vendor
RUN go install -v ./...

CMD ["app"]

0 comments on commit 9882b97

Please sign in to comment.