TimStats commited on
Commit
bbfec44
·
verified ·
1 Parent(s): 3deb336

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -7,10 +7,9 @@ RUN install2.r --error \
7
  dplyr \
8
  ggplot2 \
9
  readr \
10
- gtExtras \
11
  shinyjs \
12
- shinyauthr \
13
- gt
14
 
15
  COPY . .
16
 
 
7
  dplyr \
8
  ggplot2 \
9
  readr \
10
+ gt \
11
  shinyjs \
12
+ shinyauthr
 
13
 
14
  COPY . .
15