From e1afcd55a084f82f10e7ccf18577e7a6cd59f186 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Tue, 19 Jun 2018 22:50:18 -0400 Subject: [PATCH] add coment Signed-off-by: Jess Frazelle --- rstudio/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/rstudio/Dockerfile b/rstudio/Dockerfile index e4a4aec..8f9825f 100644 --- a/rstudio/Dockerfile +++ b/rstudio/Dockerfile @@ -49,6 +49,7 @@ RUN apt-get update && apt-get install -y \ && /usr/sbin/update-locale LANG=en_US.UTF-8 \ && rm -rf /var/lib/apt/lists/* +# https://www.rstudio.com/products/rstudio/download/#download ENV RSTUDIO_VERSION 1.1.453 # Download the source