Sign in
android
/
platform
/
external
/
python
/
ipaddress
/
3240fdf99e3e62874e862987cd7f8cc1885e613a
/
.
/
Dockerfile.python2.6
blob: 1c11f9f7c2803e0d2da46ccd3874a73996ef8776 [
file
]
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