From 29cdf8897f56b7f287f91564372a4cea3f5fd332 Mon Sep 17 00:00:00 2001 From: aviau Date: Mon, 4 May 2015 12:14:43 -0400 Subject: [PATCH] python-surveilclient>=0.4.1 -> "python-surveilclient>=0.4.1" Change-Id: I0cd7b902002485040105b90abd83cd3f4ac612ea --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e3ed70f..d6ca08f 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.4.1 +RUN pip install "python-surveilclient>=0.4.1" # Download packs RUN apt-get install -y subversion && \