diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-09-21 03:11:27 -0700 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-09-21 04:21:57 -0700 |
commit | cecc352b211aa4d93751067b063bf9ea90021ca5 (patch) | |
tree | 1361e72f921ed916ca63267f49ea933fd14a1e55 /ocata/vagrant/test/Dockerfile | |
parent | 0e5ad74ecea89ffad16b9fa00558b863e4573ed2 (diff) |
remove docker build workaroud in function test
Change-Id: I4167b423319a1b6c66f232951c5084b7f854d577
Issue-Id: MULTICLOUD-95
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'ocata/vagrant/test/Dockerfile')
-rw-r--r-- | ocata/vagrant/test/Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ocata/vagrant/test/Dockerfile b/ocata/vagrant/test/Dockerfile index f956b566..33d1a18a 100644 --- a/ocata/vagrant/test/Dockerfile +++ b/ocata/vagrant/test/Dockerfile @@ -3,5 +3,3 @@ FROM multicloud-ocata:latest RUN apt-get update && \ apt-get install -y vim ADD extsys.py /opt/ocata/lib/newton/newton/pub/msapi/extsys.py -ADD run.sh /opt/ocata/run.sh -RUN chmod 755 /opt/ocata/run.sh |