dangogh closed pull request #3162: fixes compass so TP's scss files can be 
compiled to css
URL: https://github.com/apache/trafficcontrol/pull/3162
 
 
   

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 8d8d9b978..1380ca8a8 100644
--- a/infrastructure/docker/build/Dockerfile-traffic_portal
+++ b/infrastructure/docker/build/Dockerfile-traffic_portal
@@ -37,20 +37,11 @@ RUN yum -y install \
                libffi-devel \
                make \
                nodejs \
-               npm
+               npm \
+               ruby-devel \
+               rubygems
 
-# NOTE: error installing with default ruby 2.0.0.   This allows us to upgrade 
to 2.3
-RUN    yum -y install \
-               centos-release-scl \
-               openssl-devel && \
-       yum -y install \
-               rh-ruby23 \
-               rh-ruby23-ruby-devel \
-               rh-ruby23-runygems
-
-RUN    . /opt/rh/rh-ruby23/enable && \
-       gem update --system --no-document && \
-       gem install rb-inotify && \
+RUN    gem install rb-inotify -v 0.9.10 && \
        gem install compass && \
        npm -g install bower grunt-cli
 


 

----------------------------------------------------------------
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

Reply via email to