jiawennnn commited on
Commit
7bd1c0f
·
verified ·
1 Parent(s): 6579acb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -1
Dockerfile CHANGED
@@ -7,7 +7,14 @@ RUN install2.r --error \
7
  dplyr \
8
  ggplot2 \
9
  readr \
10
- ggExtra
 
 
 
 
 
 
 
11
 
12
  COPY . .
13
 
 
7
  dplyr \
8
  ggplot2 \
9
  readr \
10
+ ggExtra \
11
+ data.table \
12
+ ggsci \
13
+ cowplot \
14
+ egg \
15
+ tidyplots \
16
+ Polychrome \
17
+ patchwork
18
 
19
  COPY . .
20