Skip to content

Commit

Permalink
bionic has cmake 3.10.2 already
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 20, 2018
1 parent afcd34c commit 2a0b9d8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .docker/qgis3-build-deps.dockerfile
Expand Up @@ -15,6 +15,7 @@ RUN apt-get update \
ca-certificates \
ccache \
clang \
cmake \
curl \
dh-python \
flex \
Expand Down Expand Up @@ -96,10 +97,7 @@ RUN apt-get update \
future \
termcolor \
&& apt-get autoremove -y python3-pip python2.7 \
&& apt-get clean \
&& curl -s -S -O https://cmake.org/files/v3.10/cmake-3.10.2-Linux-x86_64.tar.gz \
&& tar --strip-components=1 -zx -f cmake-3.10.2-Linux-x86_64.tar.gz -C /usr/local \
&& rm cmake-3.10.2-Linux-x86_64.tar.gz
&& apt-get clean

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

Expand Down

0 comments on commit 2a0b9d8

Please sign in to comment.