sverhoeven / docker-cartodb

Dockerized CartoDB
BSD 3-Clause "New" or "Revised" License
147 stars 117 forks source link

Update Dockerfile with npm install, not yarn #75

Closed christophekey closed 5 years ago

christophekey commented 5 years ago

Windsfhaft Carto version 7.0.0 released 2019-02-22, introduces breaking changes:

Drop support for Node.js 6
Drop support for npm 3
Stop supporting yarn.lock
Drop support for Postgres 9.5
Drop support for PosGIS 2.2
Drop support for Redis 3

Revision to yarn install to npm install resolves issue with extension loading.

sverhoeven commented 5 years ago

Thanks

sverhoeven commented 5 years ago

The image on Docker Hub has been updated