blob: 87c504e94bc5eb35424732be417951e521c2af59 [file] [log] [blame]
Philipp Hagemeisterf92edc42019-10-18 03:02:43 +02001FROM python:3.3-alpine
2# Dockerfile to run tests under python3.3
3
4# docker build -t ipaddress-python3.3 . -f test-python3.3.Dockerfile
5
6ADD . .
7RUN python test_ipaddress.py
8CMD python test_ipaddress.py