TimStats commited on
Commit
562be53
·
verified ·
1 Parent(s): 96fb294

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -8,7 +8,9 @@ RUN install2.r --error \
8
  ggplot2 \
9
  readr \
10
  ggExtra \
11
- utils
 
 
12
 
13
  COPY . .
14
 
 
8
  ggplot2 \
9
  readr \
10
  ggExtra \
11
+ utils \
12
+ htmlwidgets \
13
+ ggiraph
14
 
15
  COPY . .
16