Skip to content

Commit

Permalink
Rstudio 2024.09.0-375
Browse files Browse the repository at this point in the history
  • Loading branch information
Odysseas Stefas committed Oct 24, 2024
1 parent 0f4684c commit 610f484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyter-eiaspatial-notebook/jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ RUN echo "deb http://security.ubuntu.com/ubuntu focal-security main" | sudo tee
sudo apt-get install libssl1.1 -y

RUN cd /tmp && \
wget https://download2.rstudio.org/server/focal/amd64/rstudio-server-2023.09.0-463-amd64.deb && \
sudo gdebi -n rstudio-server-2023.09.0-463-amd64.deb
wget https://download2.rstudio.org/server/focal/amd64/rstudio-server-2024.09.0-375-amd64.deb && \
sudo gdebi -n rstudio-server-2024.09.0-375-amd64.deb

ENV PATH=$PATH:/usr/lib/rstudio-server/bin

Expand Down

0 comments on commit 610f484

Please sign in to comment.