We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f68610 commit 0603305Copy full SHA for 0603305
.docker/qgis3-build-deps.dockerfile
@@ -105,6 +105,14 @@ WORKDIR /root/PyQt5_gpl-5.9.2
105
RUN apt-get install -y qt5-qmake \
106
&& python3 configure.py --confirm-license --qmake /usr/lib/x86_64-linux-gnu/qt5/bin/qmake --qsci-api --enable QtSql --enable QtSvg && make && make install
107
108
+WORKDIR /root
109
+RUN curl -s -S -O https://cfhcable.dl.sourceforge.net/project/pyqt/QScintilla2/QScintilla-2.10.3/QScintilla_gpl-2.10.3.tar.gz
110
+ && tar xzf QScintilla_gpl-2.10.3.tar.gz
111
+WORKDIR /root/QScintilla_gpl-2.10.3/Python
112
+RUN python3 configure.py --pyqt=PyQt5
113
+ && make
114
+ && make install
115
+
116
WORKDIR /root
117
118
RUN echo "alias python=python3" >> ~/.bash_aliases
0 commit comments