Skip to content

Commit

Permalink
update dockerfile to take latest rstudio
Browse files Browse the repository at this point in the history
  • Loading branch information
mjz1 committed Dec 18, 2023
1 parent 9f79b3f commit ca3ea4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM zatzmanm/rstudio:v0.2
FROM zatzmanm/rstudio:latest

# install scatools
RUN Rscript -e 'install.packages("devtools")'
RUN Rscript -e 'devtools::install_github("https://github.com/mjz1/scatools")'
RUN Rscript -e 'devtools::install_github("https://github.com/mjz1/scatools")'

0 comments on commit ca3ea4f

Please sign in to comment.