From 997817601c6ce6a536db1c8c94ae692eeba53bf9 Mon Sep 17 00:00:00 2001
From: Yichen Wang <yicwang@cisco.com>
Date: Thu, 20 Aug 2015 11:29:46 -0700
Subject: [PATCH] Enhance support for Docker image

Change-Id: Ic71db36407c8fd9c3e1d0a9e0720f0eda11a5f04
---
 Dockerfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 9275f1c..71825d4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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