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:
parent
9acb1b4919
commit
906d496494
@ -162,8 +162,7 @@ ADD ./cartodb_pgsql.sh /tmp/cartodb_pgsql.sh
|
|||||||
RUN git clone git://github.com/CartoDB/CartoDB-SQL-API.git && \
|
RUN git clone git://github.com/CartoDB/CartoDB-SQL-API.git && \
|
||||||
cd CartoDB-SQL-API && \
|
cd CartoDB-SQL-API && \
|
||||||
git checkout $SQLAPI_VERSION && \
|
git checkout $SQLAPI_VERSION && \
|
||||||
npm install -g yarn && \
|
npm install
|
||||||
yarn install
|
|
||||||
|
|
||||||
# Install Windshaft
|
# Install Windshaft
|
||||||
RUN git clone git://github.com/CartoDB/Windshaft-cartodb.git && \
|
RUN git clone git://github.com/CartoDB/Windshaft-cartodb.git && \
|
||||||
|
Loading…
Reference in New Issue
Block a user