Advertisement
nrgbistro

Untitled

Jan 21st, 2020
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. FROM python:3
  2.  
  3. ADD rmCompletedTorrents.py /
  4.  
  5. RUN pip install requests
  6.  
  7. RUN pip install argparse
  8.  
  9. CMD [ "python", "./rmCompletedTorrents.py", "-t"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement