Skip to content

Commit e52b231

Browse files
committed
try to remove sip-dev only
1 parent feed623 commit e52b231

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

.docker/Dockerfile

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,31 @@ WORKDIR /root/sip419
2020
RUN sed -i -r "s/RM_HEXVERSION = '04ffff'/RM_HEXVERSION = '041308'/; s/RM_RELEASE = '4.255.255'/RM_RELEASE = '4.19.8'/" build.py
2121
#RUN python3 build.py prepare && python3 configure.py && make && make install
2222

23-
RUN apt-get install -y python3-sip
24-
25-
WORKDIR /root
26-
RUN curl -s -S -O https://svwh.dl.sourceforge.net/project/pyqt/PyQt5/PyQt-5.9.2/PyQt5_gpl-5.9.2.tar.gz
27-
RUN tar xzf PyQt5_gpl-5.9.2.tar.gz
28-
WORKDIR /root/PyQt5_gpl-5.9.2
29-
RUN apt-get update
30-
RUN apt-get install -y qt5-qmake
31-
RUN apt-get install -y g++
32-
RUN apt-get install -y flex bison
33-
RUN apt-get install -y python3-dev
34-
35-
WORKDIR /root/sip419
36-
RUN python3 build.py prepare && python3 configure.py && make && make install
37-
38-
RUN apt-get install -y qt5-default
39-
RUN apt-get install -y libqt5svg5-dev
40-
WORKDIR /root/PyQt5_gpl-5.9.2
41-
RUN python3 configure.py --verbose --confirm-license --qmake /usr/lib/x86_64-linux-gnu/qt5/bin/qmake --qsci-api --enable QtGui --enable QtSvg --enable QtSql
42-
RUN make && make install
43-
44-
WORKDIR /root
45-
RUN curl -s -S -O https://cfhcable.dl.sourceforge.net/project/pyqt/QScintilla2/QScintilla-2.10.3/QScintilla_gpl-2.10.3.tar.gz
46-
RUN tar xzf QScintilla_gpl-2.10.3.tar.gz
47-
WORKDIR /root/QScintilla_gpl-2.10.3/Python
48-
# RUN python3 configure.py --pyqt=PyQt5
49-
# RUN make
50-
# RUN make install
23+
# RUN apt-get install -y python3-sip
24+
#
25+
# WORKDIR /root
26+
# RUN curl -s -S -O https://svwh.dl.sourceforge.net/project/pyqt/PyQt5/PyQt-5.9.2/PyQt5_gpl-5.9.2.tar.gz
27+
# RUN tar xzf PyQt5_gpl-5.9.2.tar.gz
28+
# WORKDIR /root/PyQt5_gpl-5.9.2
29+
# RUN apt-get update
30+
# RUN apt-get install -y qt5-qmake
31+
# RUN apt-get install -y g++
32+
# RUN apt-get install -y flex bison
33+
# RUN apt-get install -y python3-dev
34+
#
35+
# WORKDIR /root/sip419
36+
# RUN python3 build.py prepare && python3 configure.py && make && make install
37+
#
38+
# RUN apt-get install -y qt5-default
39+
# RUN apt-get install -y libqt5svg5-dev
40+
# WORKDIR /root/PyQt5_gpl-5.9.2
41+
# RUN python3 configure.py --verbose --confirm-license --qmake /usr/lib/x86_64-linux-gnu/qt5/bin/qmake --qsci-api --enable QtGui --enable QtSvg --enable QtSql
42+
# RUN make && make install
43+
#
44+
# WORKDIR /root
45+
# RUN curl -s -S -O https://cfhcable.dl.sourceforge.net/project/pyqt/QScintilla2/QScintilla-2.10.3/QScintilla_gpl-2.10.3.tar.gz
46+
# RUN tar xzf QScintilla_gpl-2.10.3.tar.gz
47+
# WORKDIR /root/QScintilla_gpl-2.10.3/Python
48+
# # RUN python3 configure.py --pyqt=PyQt5
49+
# # RUN make
50+
# # RUN make install

.docker/qgis3-build-deps.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ RUN apt-get update \
9494
mock \
9595
future \
9696
termcolor \
97-
&& apt-get autoremove -y python3-pip python2.7 \
97+
&& apt-get autoremove -y python3-pip python2.7 sip-dev \
9898
&& apt-get clean
9999

100100
RUN bash -c "echo $(sip -V)"

0 commit comments

Comments
 (0)