Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
install python3-pyproj and protobuf
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
.docker/qgis3-build-deps.dockerfile
|
@@ -34,6 +34,7 @@ RUN apt-get update \ |
|
|
libgsl-dev \ |
|
|
libpq-dev \ |
|
|
libproj-dev \ |
|
|
libprotobuf-dev \ |
|
|
libqca-qt5-2-dev \ |
|
|
libqca-qt5-2-plugins \ |
|
|
libqt53dextras5 \ |
|
@@ -77,6 +78,7 @@ RUN apt-get update \ |
|
|
python3-owslib \ |
|
|
python3-pip \ |
|
|
python3-psycopg2 \ |
|
|
python3-pyproj \ |
|
|
python3-pyqt5 \ |
|
|
python3-pyqt5.qsci \ |
|
|
python3-pyqt5.qtsql \ |
|
|