Skip to content

Commit

Permalink
Bump R version in Docker (#374)
Browse files Browse the repository at this point in the history
* Bump R version in Docker

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile
  • Loading branch information
StrikerRUS authored Apr 9, 2021
1 parent 1b5dbab commit 6eabad1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ RUN apt-get update && \
wget -qO- https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 && \
add-apt-repository "deb http://repos.azulsystems.com/ubuntu stable main" -y && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9 && \
add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/" -y && \
apt-get update && \
apt-get install --no-install-recommends -y \
git \
Expand Down

0 comments on commit 6eabad1

Please sign in to comment.