mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2025-12-19 06:34:22 +01:00
Fix pip ansible installation.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user