Guest User

Untitled

a guest
Sep 23rd, 2017
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. RUN \
  2. apt-get update && \
  3. apt-get -y install ssh && \
  4. apt-get install -qq -y wget
  5.  
  6. RUN \
  7. wget --user=morlov --password=BB2fcRFzSX 'https://storage.termt.com/debian/pubkey.key' -q -O- | apt-key add - && \
  8. echo 'deb ssh://robot.termt.com:/robot.termt.com/debian/ testing main' > /etc/apt/sources.list.d/tt.list && \
  9. apt-get update && \
  10. apt-get -y install devtools-1.0
Add Comment
Please, Sign In to add comment