From c900b89d256233f19ffb5a1273b27de049325a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Vachon?= Date: Fri, 24 Apr 2015 10:25:35 -0400 Subject: [PATCH] Force surveil client >= 0.3.0 Change-Id: I99504d79e0ee6fd66ea5ef34aaeee09b47becb41 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index abecd6d..0597b08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y vim python-pip python3-pip python-dev l RUN useradd shinken && pip install https://github.com/naparuba/shinken/archive/2.2-RC1.zip # python-surveilclient (used by surveil-init) -RUN pip install python-surveilclient +RUN pip install python-surveilclient>=0.3 # Download packs RUN apt-get install -y subversion && \