Closed ricardogsilva closed 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:
pyrcc5
Dockerfile
qttools5-dev-tools
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?
pyqt5-dev-tools
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 currentDockerfile
already includes theqttools5-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 providespyrcc5
?