Fix pip ansible installation.

This commit is contained in:
Jeff Geerling
2016-04-29 16:17:09 -04:00
parent 491295b590
commit 5258025408

View File

@@ -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: