This is an automated email from the ASF dual-hosted git repository.

ocket8888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 995726f  Use `go install` to install go-junit-report (#6121)
995726f is described below

commit 995726f48727339272ff35f838177decfe861d84
Author: Zach Hoffman <[email protected]>
AuthorDate: Wed Aug 18 19:21:33 2021 -0600

    Use `go install` to install go-junit-report (#6121)
---
 infrastructure/cdn-in-a-box/traffic_ops_integration_test/Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/infrastructure/cdn-in-a-box/traffic_ops_integration_test/Dockerfile 
b/infrastructure/cdn-in-a-box/traffic_ops_integration_test/Dockerfile
index 8e711af..cceed31 100644
--- a/infrastructure/cdn-in-a-box/traffic_ops_integration_test/Dockerfile
+++ b/infrastructure/cdn-in-a-box/traffic_ops_integration_test/Dockerfile
@@ -36,8 +36,7 @@ ENV PATH="${PATH}:${GOPATH}/bin"
 
 RUN apk add --no-cache --update git gcc
 
-RUN go get -u github.com/jstemmer/go-junit-report
-RUN cd /go/src/github.com/jstemmer/go-junit-report && go build
+RUN go install github.com/jstemmer/go-junit-report@latest
 
 COPY ./vendor/ /go/src/github.com/apache/trafficcontrol/vendor/
 

Reply via email to