vojtam commited on
Commit
8d2d99d
1 Parent(s): 09902aa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -1
Dockerfile CHANGED
@@ -6,7 +6,12 @@ RUN chmod 777 /.cache
6
 
7
  WORKDIR /code
8
 
9
- # Install renv
 
 
 
 
 
10
  RUN install2.r --error \
11
  shiny \
12
  DT \
 
6
 
7
  WORKDIR /code
8
 
9
+
10
+ RUN install2.r --error \
11
+ BiocManager
12
+ CMD ["R", "--quiet", "-e", "BiocManager::install("cBioPortalData")"]
13
+
14
+
15
  RUN install2.r --error \
16
  shiny \
17
  DT \