mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
# The first commit's message is: some fixes # The 2nd commit message will be skipped: # more fixes # The 3rd commit message will be skipped: # minor fixes # The 4th commit message will be skipped: # Revert "minor fixes" # # This reverts commit 24c3ae15e04bc928b1c59d059d5378ad30bd6008. # The 5th commit message will be skipped: # Revert "more fixes" # # This reverts commit 1d3c4d97cf6ecd81f27ca43889132b5ba1bdd1ad.
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
|