CartoDB-SQL-API switched from yarn to npm

Similar to Windshaft-cartodb see https://github.com/sverhoeven/docker-cartodb/pull/75
This commit is contained in:
Stefan Verhoeven 2019-06-19 14:18:02 +02:00
parent 9acb1b4919
commit 906d496494

View File

@ -162,8 +162,7 @@ ADD ./cartodb_pgsql.sh /tmp/cartodb_pgsql.sh
RUN git clone git://github.com/CartoDB/CartoDB-SQL-API.git && \
cd CartoDB-SQL-API && \
git checkout $SQLAPI_VERSION && \
npm install -g yarn && \
yarn install
npm install
# Install Windshaft
RUN git clone git://github.com/CartoDB/Windshaft-cartodb.git && \