mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-02-12 16:51:59 +00:00
Add pyOpenSSL 16.2.0
Signed-off-by: Karl Hepworth <karl.hepworth@gmail.com>
This commit is contained in:
parent
18fe6879b4
commit
66b79c1c64
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