1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-02-14 19:41:59 +00:00

Merge pull request #12 from fubarhouse/master

Add pyOpenSSL 16.2.0
This commit is contained in:
Mumshad Mannambeth 2017-08-08 08:14:27 -04:00 committed by GitHub
commit 43ae74efad

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