GIScience / OSM-realtime-update

:clock2: OpenStreetMap Data Extracts - updated on the fly!
https://giscience.github.io/OSM-realtime-update/
MIT License
41 stars 6 forks source link

Newer versions of node cannot build (docker) #32

Open rabidllama opened 2 years ago

rabidllama commented 2 years ago

I have tried building with the Docker image and it seems that newer versions of the node image do not allow building (there is an error relating to sqlite in the npm build stage). If you change it to use node:16.8 then it builds as before.

sedot42 commented 2 years ago

Hi, sounds like you figured out and tested a solution already! Would you commit this change yourself?