|
@@ -53,7 +53,8 @@ RUN git config --global url."https://".insteadOf git://
|
|
|
# Install python, nodejs and npm
|
|
|
RUN yum -y install http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
|
|
|
RUN yum -y install nodejs npm --enablerepo=epel
|
|
|
-RUN npm install -g brunch@1.7.13
|
|
|
+RUN npm install -g npm@2.1.11
|
|
|
+RUN npm install -g brunch@1.7.20
|
|
|
|
|
|
# Once run some mvn commands to cache .m2/repository
|
|
|
WORKDIR /tmp
|