igroffman commited on
Commit
e0c5af4
·
verified ·
1 Parent(s): dd98fc4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -12
Dockerfile CHANGED
@@ -4,20 +4,10 @@ WORKDIR /code
4
 
5
  RUN install2.r --error \
6
  shiny \
7
- dplyr \
8
- ggplot2 \
9
- readr \
10
- tidyr \
11
- purrr \
12
- stringr \
13
- plotly \
14
  DT \
 
15
  gt \
16
- gtExtras \
17
- shinyWidgets \
18
- fmsb \
19
- scales \
20
- tibble
21
 
22
  COPY . .
23
 
 
4
 
5
  RUN install2.r --error \
6
  shiny \
 
 
 
 
 
 
 
7
  DT \
8
+ htmltools \
9
  gt \
10
+ plotly
 
 
 
 
11
 
12
  COPY . .
13