aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.python2.6
blob: 1c11f9f7c2803e0d2da46ccd3874a73996ef8776 (plain)
1
2
3
4
5
6
7
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