install python3-pyproj and protobuf

This commit is contained in:
Denis Rouzaud 2020-11-05 15:04:25 +01:00 committed by Nyall Dawson
parent 781cd27fb5
commit e1ec1df90a

View File

@ -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 \