Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. FROM ubuntu:zesty
  2.  
  3. MAINTAINER Luke Murphy "lukewm@riseup.net"
  4.  
  5. RUN apt update
  6. RUN apt install -y build-essential
  7.  
  8. CMD ["make" "system_install"]
  9.  
  10. COPY . /app/
  11. WORKDIR /app/
  12.  
  13. CMD ["make", "install"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement