TigerZheng commited on
Commit
6a95842
·
verified ·
1 Parent(s): 17b2155

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -23,7 +23,6 @@ RUN install2.r --error \
23
  quarto \
24
  rgl \
25
  rjson \
26
- ggdark \
27
  viridis \
28
  dplyr \
29
  waiter
@@ -33,7 +32,8 @@ RUN install2.r --error \
33
  RUN installGithub.r \
34
  rstudio/bslib \
35
  rstudio/httpuv \
36
- thomasp85/patchwork
 
37
 
38
  RUN curl -LO https://quarto.org/download/latest/quarto-linux-amd64.deb
39
  RUN gdebi --non-interactive quarto-linux-amd64.deb
 
23
  quarto \
24
  rgl \
25
  rjson \
 
26
  viridis \
27
  dplyr \
28
  waiter
 
32
  RUN installGithub.r \
33
  rstudio/bslib \
34
  rstudio/httpuv \
35
+ thomasp85/patchwork \
36
+ nsgrantham/ggdark
37
 
38
  RUN curl -LO https://quarto.org/download/latest/quarto-linux-amd64.deb
39
  RUN gdebi --non-interactive quarto-linux-amd64.deb