zrhoffman commented on a change in pull request #4943: URL: https://github.com/apache/trafficcontrol/pull/4943#discussion_r468105114
########## File path: infrastructure/cdn-in-a-box/cache/Dockerfile ########## @@ -29,7 +29,7 @@ EXPOSE 80 ADD https://ci.trafficserver.apache.org/RPMS/CentOS7/trafficserver-7.1.4-2.el7.x86_64.rpm /trafficserver.rpm 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 bind-utils kyotocabinet-libs epel-release initscripts iproute net-tools nmap-ncat gettext autoconf automake libtool gcc-c++ cronie glibc-devel openssl-devel 'perl(JSON)' Review comment: The full dependency list for EL7 is * perl-JSON * perl-libwww-perl * perl-Crypt-SSLeay * perl-LWP-Protocol-https * perl-Digest-SHA So, we wouldn't be missing anything by skipping dependency verification. Dependencies skipped in af14af15b. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
