This repository was archived by the owner on Mar 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed
Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- FROM rocker/r-ver:3.5.1
1+ FROM rocker/r-ver:3.5.2
22
33# # R's X11 runtime dependencies
44RUN apt-get update \
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ LABEL org.label-schema.license="GPL-2.0" \
77
88ARG R_VERSION
99ARG BUILD_DATE
10- ENV BUILD_DATE ${BUILD_DATE:-2018-12-20}
11- ENV R_VERSION=${R_VERSION:-3.5.1} \
10+ ENV R_VERSION=${R_VERSION:-3.5.2} \
1211 LC_ALL=en_US.UTF-8 \
1312 LANG=en_US.UTF-8 \
1413 TERM=xterm
Original file line number Diff line number Diff line change 1- FROM rocker/r-ver:3.5.1
1+ FROM rocker/r-ver:3.5.2
22
33ARG RSTUDIO_VERSION
4- ENV RSTUDIO_VERSION=${RSTUDIO_VERSION:-1 .1.463}
4+ # ENV RSTUDIO_VERSION=${RSTUDIO_VERSION:0 .1.463}
55ARG S6_VERSION
66ENV S6_VERSION=${S6_VERSION:-v1.21.7.0}
77ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
Original file line number Diff line number Diff line change 1- FROM rocker/rstudio:3.5.1
1+ FROM rocker/rstudio:3.5.2
22
33RUN apt-get update -qq && apt-get -y --no-install-recommends install \
44 libxml2-dev \
Original file line number Diff line number Diff line change 1- FROM rocker/tidyverse:3.5.1
1+ FROM rocker/tidyverse:3.5.2
22ENV PATH=$PATH:/opt/TinyTeX/bin/x86_64-linux/
33
44# # Add LaTeX, rticles and bookdown support
You can’t perform that action at this time.
0 commit comments