zrhoffman commented on a change in pull request #5209:
URL: https://github.com/apache/trafficcontrol/pull/5209#discussion_r578054744
##########
File path: infrastructure/cdn-in-a-box/traffic_ops/Dockerfile
##########
@@ -73,7 +78,7 @@ ADD infrastructure/cdn-in-a-box/traffic_ops_data
/traffic_ops_data
ARG TRAFFIC_OPS_RPM=infrastructure/cdn-in-a-box/traffic_ops/traffic_ops.rpm
COPY $TRAFFIC_OPS_RPM /traffic_ops.rpm
-RUN rpm --install --verbose --hash /traffic_ops.rpm && \
+RUN yum -y install /traffic_ops.rpm && \
Review comment:
On CentOS 8, `yum` is just a symlink to `dnf`
----------------------------------------------------------------
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]