TimStats commited on
Commit
9271094
·
verified ·
1 Parent(s): c86032e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -20,7 +20,8 @@ RUN install2.r --error \
20
  readr \
21
  gt \
22
  shinyjs \
23
- shinyauthr
 
24
 
25
  COPY . .
26
 
 
20
  readr \
21
  gt \
22
  shinyjs \
23
+ shinyauthr \
24
+ httr
25
 
26
  COPY . .
27