Alignak: use pyhton-surveilclient==0.11.0

Change-Id: Ic3ae782c3ea7e30e11f7b6b831b3a75063c554e3
This commit is contained in:
aviau 2015-07-10 14:58:48 -04:00
parent 39573a501e
commit 3e0e42fffa

View File

@ -32,8 +32,7 @@ RUN cd /tmp && \
rm -rfv /tmp/mod-booster-nrpe*
# mod-surveil-config
RUN apt-get update && apt-get install -y git
RUN pip install -e git+https://github.com/aviau/python-surveilclient.git@templates#egg=python-surveilclient
RUN pip install python-surveilclient==0.11.0
RUN cd /tmp && \
wget -O mod-surveil-config.tar.gz https://github.com/Alignak-monitoring/mod-surveil-config/archive/6331d3626fd92deaeb5e372c5cdb1eedd8b09d9b.tar.gz && \
tar -zxvf mod-surveil-config.tar.gz && \