mitchell852 closed pull request #3132: lock TP dependency
URL: https://github.com/apache/trafficcontrol/pull/3132
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/infrastructure/docker/build/Dockerfile-traffic_portal
b/infrastructure/docker/build/Dockerfile-traffic_portal
index b6380dcae..e37c61982 100644
--- a/infrastructure/docker/build/Dockerfile-traffic_portal
+++ b/infrastructure/docker/build/Dockerfile-traffic_portal
@@ -39,9 +39,10 @@ RUN yum -y install \
ruby-devel \
rubygems
-RUN gem update --system
-RUN gem install compass
-RUN npm -g install bower grunt-cli
+RUN gem update --system && \
+ gem install rb-inotify -v 0.9.10 && \
+ gem install compass && \
+ npm -g install bower grunt-cli
# bower will not run as root by default
RUN echo '{ "allow_root": true }' > /root/.bowerrc
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services