From aaf8bb8a56bf7e1eb32380daa62f69fde54ed6ee Mon Sep 17 00:00:00 2001 From: aviau Date: Fri, 8 May 2015 15:59:32 -0400 Subject: [PATCH] Require specific surveilclient version Change-Id: If2d8a12187126271aa048f63135c9e1e82a4df30 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 521ad55..55d4837 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>=0.5.1" +RUN pip install python-surveilclient==0.5.1 # Download packs RUN apt-get install -y subversion && \