mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-02-12 19:41:52 +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 && \
|
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…
Reference in a new issue