diff --git a/tests/Dockerfile.ubuntu-16.04 b/tests/Dockerfile.ubuntu-16.04 index 39d96c0..960f5bc 100644 --- a/tests/Dockerfile.ubuntu-16.04 +++ b/tests/Dockerfile.ubuntu-16.04 @@ -2,7 +2,7 @@ FROM ubuntu:16.04 RUN apt-get update # Install Ansible -RUN apt -y install python-setuptools python-dev python-pip +RUN apt -y install libffi-dev python-setuptools python-dev python-pip RUN pip install ansible # TODO: Switch to official apt repo after the following issue is resolved: