TimStats commited on
Commit
70a2d19
·
verified ·
1 Parent(s): 67fd53f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -1
Dockerfile CHANGED
@@ -7,7 +7,12 @@ 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
+ shinyjs \
12
+ shinyauthr \
13
+ gt \
14
+ gtExtras \
15
+ bslib
16
 
17
  COPY . .
18