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 +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- FROM rocker/r-ver:3.4.1
1+ FROM rocker/r-ver:3.4.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,8 @@ LABEL org.label-schema.license="GPL-2.0" \
77
88ARG R_VERSION
99ARG BUILD_DATE
10- ENV BUILD_DATE ${BUILD_DATE:-2017-09-28 }
11- ENV R_VERSION=${R_VERSION:-3.4.1 } \
10+ ENV BUILD_DATE ${BUILD_DATE:-2017-11-30 }
11+ ENV R_VERSION=${R_VERSION:-3.4.2 } \
1212 LC_ALL=en_US.UTF-8 \
1313 LANG=en_US.UTF-8 \
1414 TERM=xterm
Original file line number Diff line number Diff line change 1- FROM rocker/r-ver:3.4.1
1+ FROM rocker/r-ver:3.4.2
22
33ARG RSTUDIO_VERSION
44# # Comment the next line to use the latest RStudio Server version by default
5- ENV RSTUDIO_VERSION=${RSTUDIO_VERSION:-1.0.153 }
5+ ENV RSTUDIO_VERSION=${RSTUDIO_VERSION:-1.1.383 }
66ENV PATH=/usr/lib/rstudio-server/bin:$PATH
77
88# # Download and install RStudio server & dependencies
@@ -72,7 +72,7 @@ RUN apt-get update \
7272 \n for line in $( cat /etc/environment ) ; do export $line ; done \
7373 \n exec /usr/lib/rstudio-server/bin/rserver --server-daemonize 0' \
7474 > /etc/services.d/rstudio/run \
75- && echo '#!/bin/bash \
75+ && echo '#!/bin/bash \
7676 \n rstudio-server stop' \
7777 > /etc/services.d/rstudio/finish
7878
Original file line number Diff line number Diff line change 1- FROM rocker/rstudio:3.4.1
1+ FROM rocker/rstudio:3.4.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.4.1
1+ FROM rocker/tidyverse:3.4.2
22
33# # Add LaTeX, rticles and bookdown support
44RUN apt-get update \
You can’t perform that action at this time.
0 commit comments