Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master a823e1452 -> 3503745bb


accounts for missing dependency that centos 7.3 doesn't provide. when centos 
7.4 is available this dependency will be provided with the distro.


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/d7cd7cc5
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/d7cd7cc5
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/d7cd7cc5

Branch: refs/heads/master
Commit: d7cd7cc5d54ed80b04dd50624824f25ebb260a22
Parents: a823e14
Author: Jeremy Mitchell <mitchell...@gmail.com>
Authored: Tue Aug 15 10:44:56 2017 -0600
Committer: Dan Kirkwood <dang...@gmail.com>
Committed: Tue Aug 15 12:13:47 2017 -0600

----------------------------------------------------------------------
 infrastructure/docker/build/Dockerfile-traffic_portal | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/d7cd7cc5/infrastructure/docker/build/Dockerfile-traffic_portal
----------------------------------------------------------------------
diff --git a/infrastructure/docker/build/Dockerfile-traffic_portal 
b/infrastructure/docker/build/Dockerfile-traffic_portal
index 978d836..19e35f9 100644
--- a/infrastructure/docker/build/Dockerfile-traffic_portal
+++ b/infrastructure/docker/build/Dockerfile-traffic_portal
@@ -30,7 +30,8 @@ RUN   yum -y install \
        yum -y clean all
 
 # traffic_portal specific
-RUN    yum -y install \
+RUN    rpm -ivh 
https://kojipkgs.fedoraproject.org//packages/http-parser/2.7.1/3.el7/x86_64/http-parser-2.7.1-3.el7.x86_64.rpm
 && \
+       yum -y install \
                gcc \
                libffi-devel \
                make \

Reply via email to