We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent e52b231 commit 5b7f956Copy full SHA for 5b7f956
.docker/qgis3-build-deps.dockerfile
@@ -94,12 +94,18 @@ RUN apt-get update \
94
mock \
95
future \
96
termcolor \
97
- && apt-get autoremove -y python3-pip python2.7 sip-dev \
+ virtualenv \
98
+ && apt-get autoremove -y python3-pip python2.7 \
99
&& apt-get clean
100
101
RUN bash -c "echo $(sip -V)"
102
RUN bash -c "echo $(which sip)"
103
104
+WORKDIR /root
105
+RUN mkdir /root/virtualenvironment \
106
+ && virtualenv /root/virtualenvironment/sip419
107
+WORKDIR /root/virtualenvironment/sip419/bin
108
+RUN source activate
109
WORKDIR /root
110
RUN curl -s -S -O https://www.riverbankcomputing.com/hg/sip/archive/tip.tar.gz \
111
&& tar xzf tip.tar.gz \
0 commit comments