mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-02 08:36:15 +02:00
rstudio
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
parent
a783b38b1b
commit
dce21757df
@ -57,7 +57,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# https://www.rstudio.com/products/rstudio/download/#download
|
# https://www.rstudio.com/products/rstudio/download/#download
|
||||||
ENV RSTUDIO_VERSION 1.2.1335
|
ENV RSTUDIO_VERSION 1.2.5019
|
||||||
|
|
||||||
# Download the source
|
# Download the source
|
||||||
RUN curl -sSL "https://download1.rstudio.org/desktop/bionic/amd64/rstudio-${RSTUDIO_VERSION}-amd64.deb" -o /tmp/rstudio-amd64.deb \
|
RUN curl -sSL "https://download1.rstudio.org/desktop/bionic/amd64/rstudio-${RSTUDIO_VERSION}-amd64.deb" -o /tmp/rstudio-amd64.deb \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user