aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Test.Dockerfile
diff options
context:
space:
mode:
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