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 nyalldawson committed Jan 28, 2021
1 parent e127a62 commit f073292
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 f073292

Please sign in to comment.