TigerZheng commited on
Commit
c9447c2
·
verified ·
1 Parent(s): 4aad7a1

Update Dockerfile

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