mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-02-14 19:41:59 +00:00
commit
43ae74efad
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ RUN echo "root:P@ssw0rd@123" | chpasswd
|
|||
RUN apt-get update && \
|
||||
apt-get install python-setuptools python-dev build-essential -y && \
|
||||
easy_install pip && \
|
||||
pip install ansible
|
||||
pip install ansible && \
|
||||
pip install pyOpenSSL==16.2.0
|
||||
|
||||
# -----------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue