Skip to content

Commit

Permalink
use apt-get purge instead of just apt purge
Browse files Browse the repository at this point in the history
  • Loading branch information
jannes-m authored Feb 22, 2024
1 parent b5c58ce commit 0c832b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ 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
# work-around neccessary starting from QGIS 3.34
RUN apt purge libpdal16
RUN apt-get purge -y libpdal16

# Outdated: install SAGA next generation plugin with the qgis-plugin-manager ###########################################
# RUN qgis-plugin-manager init
Expand Down

0 comments on commit 0c832b0

Please sign in to comment.