From 2d164f00366ec09eda72a4150d42c9579fb9366e Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 29 Apr 2016 16:21:07 -0400 Subject: [PATCH] Fix pip ansible installation x2. --- tests/Dockerfile.ubuntu-16.04 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Dockerfile.ubuntu-16.04 b/tests/Dockerfile.ubuntu-16.04 index 960f5bc..20f3834 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 libffi-dev python-setuptools python-dev python-pip +RUN apt -y install libffi-dev libssl-dev python-setuptools python-dev python-pip RUN pip install ansible # TODO: Switch to official apt repo after the following issue is resolved: