Skip to content

Commit

Permalink
fix copy in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 22, 2019
1 parent ee7a7e7 commit ac7f66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/qgis.dockerfile
Expand Up @@ -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_*
Expand Down

0 comments on commit ac7f66f

Please sign in to comment.