1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-02-12 13:41:52 +00:00

Add pyOpenSSL 16.2.0

Signed-off-by: Karl Hepworth <karl.hepworth@gmail.com>
This commit is contained in:
Karl Hepworth 2017-08-08 19:00:18 +10:00
parent 18fe6879b4
commit 66b79c1c64
No known key found for this signature in database
GPG key ID: 877BBD1811EA8999

View file

@ -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
# -----------------------------------------------------------