Skip to content

Commit 00fbe18

Browse files
committed
install PyQt5 in venv
1 parent b39052a commit 00fbe18

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.docker/qgis3-build-deps.dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN apt-get update \
9595
future \
9696
termcolor \
9797
virtualenv \
98-
&& apt-get autoremove -y python3-pip python2.7 \
98+
&& apt-get autoremove -y python2.7 \
9999
&& apt-get clean
100100

101101
RUN bash -c "echo $(sip -V)"
@@ -115,7 +115,8 @@ WORKDIR /root/sip419
115115
RUN python3 build.py prepare \
116116
&& python3 configure.py \
117117
&& make \
118-
&& make install
118+
&& make install \
119+
&& pip3 install PyQt5
119120

120121
RUN bash -c "echo $(sip -V)"
121122
RUN bash -c "echo $(which sip)"

0 commit comments

Comments
 (0)