python-surveilclient>=0.4.1 -> "python-surveilclient>=0.4.1"

Change-Id: I0cd7b902002485040105b90abd83cd3f4ac612ea
This commit is contained in:
aviau 2015-05-04 12:14:43 -04:00
parent 1f119d9c11
commit 29cdf8897f

View File

@ -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 && \