This repository was archived by the owner on Dec 2, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 99 - 1.13.x
1010
1111script :
12- - make install-deps
13- - cd img2lambda && dep ensure && cd ..
12+ - make install-tools
1413 - make
1514 - make integration-test
1615 - make stage-release-binaries
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ WORKDIR /go/src/github.com/awslabs/aws-lambda-container-image-converter
77
88COPY . ./
99
10- RUN make install-deps && make
10+ RUN make install-tools && make
1111
1212FROM busybox:glibc
1313COPY --from=builder /go/src/github.com/awslabs/aws-lambda-container-image-converter/bin/local/img2lambda /bin/img2lambda
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ generate: $(SOURCES)
3535format : $(SOURCES )
3636 PATH=$(LOCAL_PATH ) go fmt -x $(shell go list ./img2lambda/... | grep -v '/vendor/')
3737
38- .PHONY : install-deps
39- install-deps :
38+ .PHONY : install-tools
39+ install-tools :
4040 go get golang.org/x/tools/cmd/cover
4141 go get github.com/golang/mock/mockgen
4242 go get golang.org/x/tools/cmd/goimports
You can’t perform that action at this time.
0 commit comments