mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
11 lines
211 B
Plaintext
11 lines
211 B
Plaintext
|
|
||
|
ARG DOCKER_TAG=latest
|
||
|
|
||
|
FROM qgis/qgis3-build-deps:$DOCKER_TAG
|
||
|
MAINTAINER Denis Rouzaud <denis.rouzaud@gmail.com>
|
||
|
|
||
|
RUN ls /root/.ccache
|
||
|
|
||
|
RUN echo "DDDD"
|
||
|
RUN /root/QGIS/.ci/travis/linux/docker-build-test.sh
|