aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.python2.6
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.python2.6')
-rw-r--r--Dockerfile.python2.68
1 files changed, 8 insertions, 0 deletions
diff --git a/Dockerfile.python2.6 b/Dockerfile.python2.6
new file mode 100644
index 0000000..1c11f9f
--- /dev/null
+++ b/Dockerfile.python2.6
@@ -0,0 +1,8 @@
+FROM lovato/python-2.6.6
+# Dockerfile to run tests under python2.6
+
+# docker build -t ipaddress-python2.6 . -f Dockerfile.python2.6
+
+ADD . .
+RUN python test_ipaddress.py
+CMD python test_ipaddress.py