You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789
  1. FROM r-base
  2. RUN apt install -y libgdal-dev libproj-dev
  3. WORKDIR /code
  4. ADD install.R /code
  5. RUN Rscript install.R
  6. CMD ["Rscript"]