Enhance support for Docker image

Change-Id: Ic71db36407c8fd9c3e1d0a9e0720f0eda11a5f04
This commit is contained in:
Yichen Wang 2015-08-20 11:29:46 -07:00
parent cb33958230
commit 997817601c

View File

@ -17,7 +17,5 @@ RUN apt-get update && apt-get install -y \
python-pip \
&& rm -rf /var/lib/apt/lists/*
COPY . /vmtp/
RUN pip install -r /vmtp/requirements.txt
RUN pip install vmtp