File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:16 .04
1
+ FROM ubuntu:18 .04
2
2
MAINTAINER Denis Rouzaud <denis.rouzaud@gmail.com>
3
3
4
4
LABEL Description="Docker container with QGIS dependencies" Vendor="QGIS.org" Version="1.0"
@@ -90,12 +90,7 @@ RUN apt-get update \
90
90
&& apt-get clean \
91
91
&& curl -s -S -O https://cmake.org/files/v3.10/cmake-3.10.2-Linux-x86_64.tar.gz \
92
92
&& tar --strip-components=1 -zx -f cmake-3.10.2-Linux-x86_64.tar.gz -C /usr/local \
93
- && rm cmake-3.10.2-Linux-x86_64.tar.gz \
94
- && mkdir /root/sip \
95
- && curl -s -S -O -L https://sourceforge.net/projects/pyqt/files/sip/sip-4.19.7/sip-4.19.7.tar.gz \
96
- && tar --strip-components=1 -zx -f sip-4.19.7.tar.gz -C /root/sip \
97
- && python3 /root/sip/configure.py && make && make install \
98
- && rm sip-4.19.7.tar.gz
93
+ && rm cmake-3.10.2-Linux-x86_64.tar.gz
99
94
100
95
RUN echo "alias python=python3" >> ~/.bash_aliases
101
96
You can’t perform that action at this time.
0 commit comments