This is an automated email from the ASF dual-hosted git repository.
eze pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new 9c4b8dd Copy h2spec to local/bin
9c4b8dd is described below
commit 9c4b8ddc7ec29c99c34a1101378397c9b127dcad
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Thu Apr 8 10:00:27 2021 -0600
Copy h2spec to local/bin
To avoid having to do pathing shenanigans, copy h2spec into a usual location
---
docker/centos/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/docker/centos/Dockerfile b/docker/centos/Dockerfile
index acd9ce0..0ae4e59 100644
--- a/docker/centos/Dockerfile
+++ b/docker/centos/Dockerfile
@@ -28,4 +28,5 @@ RUN echo 'export GOROOT=/usr/local/go' | tee -a /etc/profile
RUN echo 'export PATH=$PATH:/usr/local/go/bin' | tee -a /etc/profile
RUN source /etc/profile
RUN go get github.com/summerwind/h2spec/cmd/h2spec
+RUN cp /root/go/bin/h2spec /usr/local/bin
RUN yum clean all