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 93e761d commit e92d2d1
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 # Python testing environment setup


# Add QGIS test runner # 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 # Make all scripts executable
RUN chmod +x /usr/bin/qgis_* RUN chmod +x /usr/bin/qgis_*
Expand Down

0 comments on commit e92d2d1

Please sign in to comment.