Use python-surveilclient==0.13.3 + install git
Change-Id: Ifdfb1b91fe1eefb89c5b18b91f22073bc732f363
This commit is contained in:
parent
d90a7553a7
commit
c3366e70fb
@ -10,7 +10,7 @@ keystonemiddleware
|
|||||||
PasteDeploy
|
PasteDeploy
|
||||||
influxdb==2.7.3
|
influxdb==2.7.3
|
||||||
pika
|
pika
|
||||||
python-surveilclient==0.13.2
|
python-surveilclient==0.13.3
|
||||||
six
|
six
|
||||||
docker-py
|
docker-py
|
||||||
mongoengine
|
mongoengine
|
||||||
|
@ -2,7 +2,7 @@ FROM ubuntu:trusty
|
|||||||
|
|
||||||
MAINTAINER Alexandre Viau <alexandre.viau@savoirfairelinux.com>
|
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 python-openssl
|
RUN apt-get update && apt-get install -y vim git supervisor python-dev libffi-dev libssl-dev nagios-nrpe-server wget python-virtualenv python-openssl
|
||||||
# libffi-devand libssl-dev are for python-cryptography
|
# libffi-devand libssl-dev are for python-cryptography
|
||||||
|
|
||||||
### Alignak
|
### Alignak
|
||||||
@ -32,7 +32,7 @@ RUN cd /tmp && \
|
|||||||
rm -rfv /tmp/mod-booster-nrpe*
|
rm -rfv /tmp/mod-booster-nrpe*
|
||||||
|
|
||||||
# mod-surveil
|
# mod-surveil
|
||||||
RUN pip install python-surveilclient==0.13.2
|
RUN pip install python-surveilclient==0.13.3
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
wget -O mod-surveil-config.tar.gz https://github.com/Alignak-monitoring/mod-surveil/archive/fdc98b4fc036aa483ecb58459f11f9a87cf2254a.tar.gz && \
|
wget -O mod-surveil-config.tar.gz https://github.com/Alignak-monitoring/mod-surveil/archive/fdc98b4fc036aa483ecb58459f11f9a87cf2254a.tar.gz && \
|
||||||
tar -zxvf mod-surveil-config.tar.gz && \
|
tar -zxvf mod-surveil-config.tar.gz && \
|
||||||
|
Loading…
Reference in New Issue
Block a user