Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 9882b97

Browse files
committed
remove vendor
1 parent f1a527f commit 9882b97

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/skupper-docker-controller/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ WORKDIR /go/src/app
44
COPY . .
55

66
RUN go get -d -v ./...
7+
RUN rm -rf /go/src/github.com/skupperproject/skupper-docker/vendor
78
RUN go install -v ./...
89

910
CMD ["app"]

0 commit comments

Comments
 (0)