Skip to content

Commit

Permalink
remove build-tools (#97)
Browse files Browse the repository at this point in the history
* remove build-tools

Signed-off-by: Woojoong Kim <[email protected]>

* typo fix

Signed-off-by: Woojoong Kim <[email protected]>

---------

Signed-off-by: Woojoong Kim <[email protected]>
  • Loading branch information
woojoong88 authored Jun 28, 2024
1 parent 47ce4bd commit 4e3d876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/onos-mho/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY Makefile go.mod go.sum /go/src/github.com/onosproject/onos-mho/
COPY cmd/ /go/src/github.com/onosproject/onos-mho/cmd/
COPY pkg/ /go/src/github.com/onosproject/onos-mho/pkg/
COPY vendor/ /go/src/github.com/onosproject/onos-mho/vendor/
COPY build/build-tools /go/src/github.com/onosproject/onos-mho/build/build-tools/
COPY build/ /go/src/github.com/onosproject/onos-mho/build

RUN cd /go/src/github.com/onosproject/onos-mho && GOFLAGS=-mod=vendor make ${ONOS_MAKE_TARGET}

Expand Down

0 comments on commit 4e3d876

Please sign in to comment.