We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94f04a commit 737724aCopy full SHA for 737724a
.docker/qgis3-build-deps.dockerfile
@@ -15,6 +15,7 @@ RUN apt-get update \
15
ca-certificates \
16
ccache \
17
clang \
18
+ cmake \
19
curl \
20
dh-python \
21
flex \
@@ -96,10 +97,7 @@ RUN apt-get update \
96
97
future \
98
termcolor \
99
&& apt-get autoremove -y python3-pip python2.7 \
- && 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
+ && apt-get clean
103
104
RUN echo "alias python=python3" >> ~/.bash_aliases
105
0 commit comments