File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ set -e
17
17
18
18
DIR=$( git rev-parse --show-toplevel) /.docker
19
19
20
- docker-compose -f $DOCKER_COMPOSE run --rm qgis-deps
21
-
22
20
mkdir -p $CCACHE_DIR
23
21
24
22
docker-compose -f $DOCKER_COMPOSE run --rm qgis-deps
25
-
26
- popd
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ MAINTAINER Denis Rouzaud <denis.rouzaud@gmail.com>
3
3
4
4
LABEL Description="Docker container with QGIS dependencies" Vendor="QGIS.org" Version="1.0"
5
5
6
- ENV CORES 8
7
-
8
6
RUN apt-get update \
9
7
&& apt-get install -y software-properties-common \
10
8
&& add-apt-repository ppa:ubuntugis/ubuntugis-unstable \
@@ -100,13 +98,4 @@ ENV CXX=/usr/lib/ccache/clang++
100
98
ENV QT_SELECT=5
101
99
ENV LANG=C.UTF-8
102
100
103
- # RUN cmake --version
104
- # RUN ${CC} --version
105
- # RUN ${CXX} --version
106
-
107
- # RUN locale-gen en_US.UTF-8
108
- # ENV LANG=en_US.UTF-8
109
- # ENV LANGUAGE=en_US:en
110
- # ENV LC_ALL=en_US.UTF-8
111
-
112
101
CMD /root/QGIS/.ci/travis/linux/docker-build-test.sh
You can’t perform that action at this time.
0 commit comments