Skip to content

Commit

Permalink
install PyQt5 in venv
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 5, 2018
1 parent b39052a commit 00fbe18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .docker/qgis3-build-deps.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN apt-get update \
future \
termcolor \
virtualenv \
&& apt-get autoremove -y python3-pip python2.7 \
&& apt-get autoremove -y python2.7 \
&& apt-get clean

RUN bash -c "echo $(sip -V)"
Expand All @@ -115,7 +115,8 @@ WORKDIR /root/sip419
RUN python3 build.py prepare \
&& python3 configure.py \
&& make \
&& make install
&& make install \
&& pip3 install PyQt5

RUN bash -c "echo $(sip -V)"
RUN bash -c "echo $(which sip)"
Expand Down

0 comments on commit 00fbe18

Please sign in to comment.