Guest User

Untitled

a guest
Jan 17th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. RUN apt-get update && apt-get install -y r-base
  2.  
  3. FROM ubuntu:18.10
  4.  
  5. ENV DEBIAN_FRONTEND noninteractive
  6.  
  7. RUN apt-get -y install --no-install-recommends --no-install-suggests
  8. gnupg2 gnupg1
  9. && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
  10. && add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/'
  11. && apt-get install r-base
Add Comment
Please, Sign In to add comment