Skip to content

Commit 2a0b9d8

Browse files
committed
bionic has cmake 3.10.2 already
1 parent afcd34c commit 2a0b9d8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.docker/qgis3-build-deps.dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN apt-get update \
1515
ca-certificates \
1616
ccache \
1717
clang \
18+
cmake \
1819
curl \
1920
dh-python \
2021
flex \
@@ -96,10 +97,7 @@ RUN apt-get update \
9697
future \
9798
termcolor \
9899
&& apt-get autoremove -y python3-pip python2.7 \
99-
&& apt-get clean \
100-
&& curl -s -S -O https://cmake.org/files/v3.10/cmake-3.10.2-Linux-x86_64.tar.gz \
101-
&& tar --strip-components=1 -zx -f cmake-3.10.2-Linux-x86_64.tar.gz -C /usr/local \
102-
&& rm cmake-3.10.2-Linux-x86_64.tar.gz
100+
&& apt-get clean
103101

104102
RUN echo "alias python=python3" >> ~/.bash_aliases
105103

0 commit comments

Comments
 (0)