bransonf / stlapi

A REST API for Various St Louis Data
1 stars 1 forks source link

Make Smaller Docker Images #5

Open bransonf opened 4 years ago

bransonf commented 4 years ago

Using Rocker/Geospatial leads to ~4-5Gb docker image sizes, and all I need from it is sf and dependencies.

Rewrite the docker files to use only necessary packages and depends (build from base-r), or better still, find alternative package to handle coordinate conversion without sf (Non-existent?).

bransonf commented 4 years ago

Still plan to rewrite these base images, it's probably a lot of unnecessary tidyverse and tex dependencies. Going to need full support for SF including support for postGIS.