mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +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 && \
|
RUN apt-get update && \
|
||||||
apt-get install python-setuptools python-dev build-essential -y && \
|
apt-get install python-setuptools python-dev build-essential -y && \
|
||||||
easy_install pip && \
|
easy_install pip && \
|
||||||
pip install ansible
|
pip install ansible && \
|
||||||
|
pip install pyOpenSSL==16.2.0
|
||||||
|
|
||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue