kartoza / docker-qgis-desktop

A docker project that will run your QGIS desktop app inside a docker container
GNU General Public License v2.0
98 stars 46 forks source link

Replace `start.sh` and bump to 2.14.8 (#22) #23

Closed ConorIA closed 7 years ago

ConorIA commented 7 years ago

Re #22. I just noticed (after building) that the build script specifies server=on and desktop=off. Is this a mistake, or have you recently changed strategy?

Edit: odd, I built this image, but the container is now complaining about /usr/bin/qgis not existing. I can't find the executable any where in the container.

ConorIA commented 7 years ago

Almost there. Still compains about missing python-gdal, psycopg2, and numpy.

timlinux commented 7 years ago

Hi @ConorIA

Thanks very much for this, and my apologies for the extremely slow response. Your changes look good to me, merging.

Regards

Tim

ConorIA commented 7 years ago

Thanks @timlinux, as mentioned in this comment chain, there are still a couple of libraries missing that make for a noisy startup, but it is most of the way there.