FROM python:3 ADD gopy.py / ADD requirements.txt / RUN pip3 install -r requirements.txt ENTRYPOINT ["python3", "udm-dns.py"]