Commit 7c802bc2 by John Eskew Committed by GitHub

Merge pull request #3537 from edx/jeskew/add_ansible2_dep_to_go_agent

Add libffi-dev Ansible 2.x dependency.
parents 2ebbe753 24cc8a55
......@@ -42,6 +42,9 @@ RUN apt-get update && apt-get install -y \
php5-common \
php5-cli
# Install libffi-dev - a dependency for Ansible 2.x
RUN apt-get update && apt-get install -y libffi-dev
# Install drush (drupal shell) for access to Drupal commands/Acquia
RUN php -r "readfile('http://files.drush.org/drush.phar');" > drush && \
chmod +x drush && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment