Skip to content

Commit 2c64ab3

Browse files
committed
fix &&
1 parent 8341895 commit 2c64ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/qgis3-build-deps.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ RUN apt-get update \
9999

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

0 commit comments

Comments
 (0)