Closed Robinlovelace closed 1 year ago
We have the following snippet in a Dockerfile:
RUN apt-get install -y qgis qgis-plugin-grass saga RUN wget -qO sagang_plugin.zip https://plugins.qgis.org/plugins/processing_saga_nextgen/version/0.0.7/download/ RUN unzip -q sagang_plugin.zip -d /home/rstudio/.local/share/QGIS/QGIS3/profiles/default/python/plugins
What used to work now fails : (
Any ideas on a quick fix?
See https://github.com/geocompx/docker/issues/41 for context.
Thanks!
We have the following snippet in a Dockerfile:
What used to work now fails : (
Any ideas on a quick fix?
See https://github.com/geocompx/docker/issues/41 for context.
Thanks!