Skip to content

Commit

Permalink
add pexpect to install using pip
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha authored and nyalldawson committed Jan 27, 2021
1 parent d821f0a commit 56240ef
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
RUN pip3 install jinja2 pygments pexpect

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

0 comments on commit 56240ef

Please sign in to comment.