Alignak: install python-openssl

Change-Id: I6a999a4de72073d7b919843160b8d58912fbcbbd
This commit is contained in:
aviau 2015-06-02 16:32:28 -04:00
parent 0a6a2973f5
commit 906542757c

@ -2,7 +2,7 @@ FROM ubuntu:trusty
MAINTAINER Alexandre Viau <alexandre.viau@savoirfairelinux.com>
RUN apt-get update && apt-get install -y vim supervisor python-dev libffi-dev libssl-dev nagios-nrpe-server wget python-virtualenv
RUN apt-get update && apt-get install -y vim supervisor python-dev libffi-dev libssl-dev nagios-nrpe-server wget python-virtualenv python-openssl
# libffi-devand libssl-dev are for python-cryptography
### Alignak