Commit 24cc8a55 by John Eskew

Add libffi-dev Ansible 2.x dependency.

parent f3fcdb12
......@@ -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