Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. FROM ubuntu:18.04
  2.  
  3. RUN apt-get update
  4. RUN apt-get install -y curl
  5. RUN apt-get install -y sudo
  6. RUN apt-get install -y gnupg
  7. RUN apt-get install -y gnupg1
  8. RUN apt-get install -y gnupg2
  9. RUN curl -sS https://download.spotify.com/debian/pubkey.gpg | sudo apt-key add -
  10. RUN echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/ap$
  11. RUN sudo apt-get update && sudo apt-get install -y spotify-client
  12. RUN apt-get install -y xauth
  13. RUN xauth add Server/unix:0 MIT-MAGIC-COOKIE-1 8435f05bd22cc4f198de666dd26039$
  14.  
  15.  
  16. EXPOSE 80
  17. EXPOSE 443
  18. EXPOSE 4070
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement