vojtam commited on
Commit
d705e7f
1 Parent(s): c36771f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -14
Dockerfile CHANGED
@@ -1,4 +1,5 @@
1
- FROM rocker/shiny-verse:4.3.0
 
2
 
3
  # Workaround for renv cache
4
  RUN mkdir /.cache
@@ -12,22 +13,9 @@ RUN install2.r --error \
12
  CMD ["R", "--quiet", "-e", "BiocManager::install("cBioPortalData")"]
13
 
14
 
15
- RUN install2.r --error \
16
- shiny \
17
- DT \
18
- rhino \
19
- data.table \
20
- gargoyle \
21
- thematic \
22
- stats \
23
- plotly \
24
- shinyjs
25
 
26
  # Install development packages from GitHub
27
  RUN installGithub.r \
28
- rstudio/bslib \
29
- rstudio/httpuv \
30
- RinteRface/bs4Dash \
31
  g3viz/g3viz
32
 
33
  COPY . .
 
1
+ FROM rocker/shiny-verse:4.3.1
2
+ RUN apt-get update && apt-get install -y libbz2-dev
3
 
4
  # Workaround for renv cache
5
  RUN mkdir /.cache
 
13
  CMD ["R", "--quiet", "-e", "BiocManager::install("cBioPortalData")"]
14
 
15
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  # Install development packages from GitHub
18
  RUN installGithub.r \
 
 
 
19
  g3viz/g3viz
20
 
21
  COPY . .