FROM python:3.7-alpine
COPY ipv6.py /ipv6.py
CMD ["python", "/ipv6.py"]
