Skip to content

Commit

Permalink
add system dependency to correctly run qgis_testrunner.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha authored and github-actions[bot] committed Jan 28, 2021
1 parent 48f1f2c commit 035e8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/qgis.dockerfile
Expand Up @@ -57,7 +57,7 @@ RUN SUCCESS=OK \
&& echo "$SUCCESS" > /QGIS/build_exit_value

# Additional run-time dependencies
RUN pip3 install jinja2 pygments pexpect
RUN pip3 install jinja2 pygments pexpect && apt install -y expect

################################################################################
# Python testing environment setup
Expand Down

0 comments on commit 035e8b2

Please sign in to comment.