Skip to content

Commit 30b0b86

Browse files
committedApr 2, 2018
fiiiix
1 parent ade7f5c commit 30b0b86

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
@@ -100,7 +100,7 @@ RUN apt-get update \
100100
WORKDIR /root
101101
RUN curl -s -S -O https://www.riverbankcomputing.com/hg/sip/archive/tip.tar.gz \
102102
&& tar xzf tip.tar.gz \
103-
&& mkdir /root/sip419
103+
&& mkdir /root/sip419 \
104104
&& mv $(find -type d -iname 'sip-*')/* sip419
105105
WORKDIR /root/sip419
106106
RUN python3 build.py prepare && python3 configure.py && make && make install

0 commit comments

Comments
 (0)