Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix &&
  • Loading branch information
3nids committed Apr 2, 2018
1 parent c553658 commit fb61928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/qgis3-build-deps.dockerfile
Expand Up @@ -99,7 +99,7 @@ RUN apt-get update \

WORKDIR /root
RUN curl -s -S -O https://www.riverbankcomputing.com/hg/sip/archive/tip.tar.gz \
&& tar xzf tip.tar.gz
&& tar xzf tip.tar.gz \
&& bash -c "mv $(ls sip-*) sip-419"
WORKDIR /root/sip-419
RUN python3 configure.py && make && make install
Expand Down

0 comments on commit fb61928

Please sign in to comment.