TigerZheng commited on
Commit
62826f0
·
verified ·
1 Parent(s): 6b5d427

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -28,7 +28,8 @@ RUN install2.r --error \
28
  # Install development packages from GitHub
29
  RUN installGithub.r \
30
  rstudio/bslib \
31
- rstudio/httpuv
 
32
 
33
  RUN curl -LO https://quarto.org/download/latest/quarto-linux-amd64.deb
34
  RUN gdebi --non-interactive quarto-linux-amd64.deb
 
28
  # Install development packages from GitHub
29
  RUN installGithub.r \
30
  rstudio/bslib \
31
+ rstudio/httpuv \
32
+ thomasp85/patchwork
33
 
34
  RUN curl -LO https://quarto.org/download/latest/quarto-linux-amd64.deb
35
  RUN gdebi --non-interactive quarto-linux-amd64.deb