Guest User

Untitled

a guest
Dec 5th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. FROM python:3.4
  2.  
  3. RUN pip install dnspython
  4.  
  5. COPY test.py /var/tmp/test.py
  6.  
  7. CMD [ "python", "/var/tmp/test.py" ]
Add Comment
Please, Sign In to add comment