shamrickus commented on code in PR #7242:
URL: https://github.com/apache/trafficcontrol/pull/7242#discussion_r1044868778
##########
infrastructure/cdn-in-a-box/traffic_portal/Dockerfile:
##########
@@ -41,7 +41,6 @@ ARG TO_HOST=$TO_HOST
RUN dnf install -y epel-release && \
dnf install -y \
jq \
- nodejs \
Review Comment:
This line is
[needed](https://github.com/nodesource/distributions#using-ubuntu-5). The
Enterprise Linux section doesn't include the install nodejs part, but if you
look at the `setup_XX.x` scripts they tell you to install nodejs afterwards.
This is why the CiaB is failing with unable to find `npm`.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]