summaryrefslogtreecommitdiffstats
path: root/ocata/vagrant/test/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ocata/vagrant/test/Dockerfile')
-rw-r--r--ocata/vagrant/test/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ocata/vagrant/test/Dockerfile b/ocata/vagrant/test/Dockerfile
index 33d1a18a..f956b566 100644
--- a/ocata/vagrant/test/Dockerfile
+++ b/ocata/vagrant/test/Dockerfile
@@ -3,3 +3,5 @@ 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