cjerzak commited on
Commit
5423a9e
·
verified ·
1 Parent(s): faf5188

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -42,7 +42,10 @@ RUN install2.r --error \
42
  sandwich \
43
  shinydashboard \
44
  reticulate \
45
- remotes
 
 
 
46
 
47
  # ------------------------------------------------------------------------------
48
  # 3) Copy your local code (including app.R and data) into the container
 
42
  sandwich \
43
  shinydashboard \
44
  reticulate \
45
+ remotes \
46
+ future \
47
+ promises \
48
+ shinyjs
49
 
50
  # ------------------------------------------------------------------------------
51
  # 3) Copy your local code (including app.R and data) into the container