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 5b7f956 commit b39052aCopy full SHA for b39052a
.docker/Dockerfile
.docker/qgis3-build-deps.dockerfile
@@ -105,7 +105,7 @@ WORKDIR /root
105
RUN mkdir /root/virtualenvironment \
106
&& virtualenv /root/virtualenvironment/sip419
107
WORKDIR /root/virtualenvironment/sip419/bin
108
-RUN source activate
+RUN bash -c "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