From 66a5be7f09e0518d45de252102f0cf8de2209884 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Sat, 17 Feb 2018 13:53:49 +0100 Subject: [PATCH] Force yarn version for windshaft Fixes #23 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8ec10ca..8f74089 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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