Force yarn version for windshaft

Fixes #23
remotes/origin/no-uploadlimit-63
Stefan Verhoeven 7 years ago
parent d919441db4
commit 66a5be7f09

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

Loading…
Cancel
Save