fix copy in Dockerfile

This commit is contained in:
Denis Rouzaud 2019-03-22 13:03:55 -05:00 committed by GitHub
parent ee7a7e707c
commit ac7f66f9f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ RUN cmake \
# Python testing environment setup
# Add QGIS test runner
COPY .docker/qgis_resources/test_runner/qgis_* /usr/bin
COPY .docker/qgis_resources/test_runner/qgis_* /usr/bin/
# Make all scripts executable
RUN chmod +x /usr/bin/qgis_*