File tree 4 files changed +5
-15
lines changed
4 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pushd .docker
20
20
docker --version
21
21
# docker pull ubuntu:16.04
22
22
docker pull " qgis/qgis3-build-deps:${DOCKER_TAG} " || true
23
- docker build --file Dockerfile- deps \
23
+ docker build --file deps-Dockerfile \
24
24
--cache-from " qgis/qgis3-build-deps:${DOCKER_TAG} " \
25
25
--tag " qgis/qgis3-build-deps:${DOCKER_TAG} " .
26
26
# image should be pushed even if QGIS build fails
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
2
+
2
3
FROM ubuntu:16.04
3
4
MAINTAINER Denis Rouzaud <denis.rouzaud@gmail.com>
4
5
@@ -19,7 +20,6 @@ RUN apt-get update \
19
20
dh-python \
20
21
flex \
21
22
gdal-bin \
22
- git \
23
23
graphviz \
24
24
grass-dev \
25
25
libexpat1-dev \
@@ -102,3 +102,5 @@ ENV QT_SELECT=5
102
102
# RUN cmake --version
103
103
# RUN ${CC} --version
104
104
# RUN ${CXX} --version
105
+
106
+ RUN apt-get install -y git
Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ services:
8
8
qgis-build-and-test :
9
9
build :
10
10
context : .
11
- dockerfile : Dockerfile-build-test
12
- args :
13
- DOCKER_TAG : ${DOCKER_TAG}
11
+ dockerfile : build-Dockerfile
14
12
tty : true
15
13
image : qgis/qgis3-run:${DOCKER_TAG}
16
14
volumes :
You can’t perform that action at this time.
0 commit comments