qgis / qgis-docker

Official Docker image for QGIS Server and Desktop
GNU Affero General Public License v3.0
75 stars 24 forks source link

pyrcc5 is not present in the desktop image #112

Closed ricardogsilva closed 4 months ago

ricardogsilva commented 4 months ago

I'd like to use the QGIS Desktop image for working on plugins - therefore it would be handy if it included the pyrcc5 utility. The current Dockerfile already includes the qttools5-dev-tools, as seen here:

https://github.com/qgis/qgis-docker/blob/e77f0d998556371e0e41752d8481663cdbe2ea13/desktop/Dockerfile#L19-L20

Could we also include the pyqt5-dev-tools package, which is the one that provides pyrcc5?