Force yarn version for windshaft

Fixes #23
This commit is contained in:
Stefan Verhoeven 2018-02-17 13:53:49 +01:00
parent d919441db4
commit 66a5be7f09

View File

@ -174,7 +174,8 @@ RUN git clone git://github.com/CartoDB/CartoDB-SQL-API.git && \
RUN git clone git://github.com/CartoDB/Windshaft-cartodb.git && \
cd Windshaft-cartodb && \
git checkout master && \
npm install && \
npm install -g yarn@0.27.5 && \
yarn install && \
rm -r /tmp/npm-* /root/.npm && \
mkdir logs