Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #for aks without network connectivity the complete image is in dinorg/tools
  2. FROM nginx
  3. RUN apt-get update && apt-get install curl -y
  4. RUN apt-get install tcpdump -y
  5. RUN apt-get install procps -y
  6. RUN apt-get install telnet -y
  7. RUN apt-get install dnsutils -y
  8. RUN apt-get install vim -y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement