soiqualang / geojson2mbtiles

Tool to convert GeoJson to Mbtiles
0 stars 0 forks source link

Cannot install packages inside docker Ubuntu image #1

Open soiqualang opened 3 years ago

soiqualang commented 3 years ago

Cannot install packages inside docker Ubuntu image

soiqualang commented 3 years ago

image

https://stackoverflow.com/questions/27273412/cannot-install-packages-inside-docker-ubuntu-image

It is because there is no package cache in the image, you need to run:

apt-get update

Sau đó thể cài bình thường

apt-get install libsqlite3-dev