aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Test.Dockerfile
diff options
context:
space:
mode:
authorPavel Kotucek <pavel.kotucek@pantheon.tech>2019-05-15 11:44:18 +0200
committerPavel Kotucek <pavel.kotucek@pantheon.tech>2019-05-15 11:57:05 +0200
commit338305dd928bde2cfcaab1b133dbb72bcbc5ca08 (patch)
tree13afd66766cb8f335238bb831cf9c01153702aa5 /scripts/Test.Dockerfile
parent8e38dbd3dd5f11e62e9acfed3660c02dc56236b5 (diff)
Docker build improvements
Additional small changes to create dev docker image. Possibility to specify vpp version (master/release) to be used. Change-Id: I2c3ea9df60a9b00fbd158f2d06192f23ecd3ee0b Signed-off-by: Pavel Kotucek <pavel.kotucek@pantheon.tech>
Diffstat (limited to 'scripts/Test.Dockerfile')
-rw-r--r--scripts/Test.Dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/Test.Dockerfile b/scripts/Test.Dockerfile
new file mode 100644
index 0000000..df2e0b2
--- /dev/null
+++ b/scripts/Test.Dockerfile
@@ -0,0 +1,6 @@
+FROM sweetcomb_img:latest
+
+#Install utils for testing
+RUN apt-get update; \
+ apt-get install -y vim clang-format python3-pip; \
+ pip3 install pexpect pyroute2 psutil; \ No newline at end of file