Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6af7a87

Browse files
authoredMar 29, 2018
fix again
1 parent 7a89bfe commit 6af7a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.docker/qgis3-build-deps.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ RUN curl -s -S -O https://www.riverbankcomputing.com/hg/sip/archive/tip.tar.gz \
102102
&& tar xzf tip.tar.gz \
103103
&& bash -c "mv $(ls sip-*) sip-419"
104104
WORKDIR /root/sip-419
105-
RUN python3 build.py prepare && ython3 configure.py && make && make install
105+
RUN python3 build.py prepare && python3 configure.py && make && make install
106106

107107
RUN echo "alias python=python3" >> ~/.bash_aliases
108108

0 commit comments

Comments
 (0)
Please sign in to comment.