north-road / qgis-processing-saga-nextgen

GNU General Public License v3.0
21 stars 11 forks source link

Plugin suddenly failing to install in unchanged Dockerfile #36

Closed Robinlovelace closed 9 months ago

Robinlovelace commented 9 months 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!