This is an automated email from the ASF dual-hosted git repository.
rawlin 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 5a47140 upgrade cdn-in-a-box/cache to python36 (#3483)
5a47140 is described below
commit 5a471403a42e5380ac91934f72e65c72b26e409b
Author: Dan Kirkwood <[email protected]>
AuthorDate: Fri Apr 12 10:04:15 2019 -0600
upgrade cdn-in-a-box/cache to python36 (#3483)
---
infrastructure/cdn-in-a-box/cache/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure/cdn-in-a-box/cache/Dockerfile
b/infrastructure/cdn-in-a-box/cache/Dockerfile
index e56f0da..941afc9 100644
--- a/infrastructure/cdn-in-a-box/cache/Dockerfile
+++ b/infrastructure/cdn-in-a-box/cache/Dockerfile
@@ -29,7 +29,7 @@ ADD
https://ci.trafficserver.apache.org/RPMS/CentOS7/trafficserver-7.1.4-2.el7.x
ADD
https://ci.trafficserver.apache.org/RPMS/CentOS7/trafficserver-devel-7.1.4-2.el7.x86_64.rpm
/trafficserver-devel.rpm
RUN yum install -y bind-utils kyotocabinet-libs epel-release initscripts
iproute net-tools nmap-ncat gettext autoconf automake libtool gcc-c++ cronie
glibc-devel openssl-devel
-RUN yum install -y /trafficserver.rpm /trafficserver-devel.rpm jq
python34-psutil python34-typing python34-setuptools python34-pip && yum clean
all
+RUN yum install -y /trafficserver.rpm /trafficserver-devel.rpm jq
python36-psutil python36-typing python36-setuptools python36-pip && yum clean
all
RUN pip3 install --upgrade pip && pip3 install requests urllib3 distro
ADD traffic_server/plugins/astats_over_http/astats_over_http.c
traffic_server/plugins/astats_over_http/Makefile.am /