OwenStOnge commited on
Commit
5a6cfe4
·
verified ·
1 Parent(s): 543b072

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -42,7 +42,10 @@ RUN install2.r --error --skipinstalled \
42
  curl \
43
  base64enc \
44
  reticulate \
45
- remotes
 
 
 
46
 
47
  # Copy app files (changes here won't trigger package reinstall)
48
  COPY . .
 
42
  curl \
43
  base64enc \
44
  reticulate \
45
+ remotes \
46
+ lubridate \
47
+ purrr \
48
+ tidyr
49
 
50
  # Copy app files (changes here won't trigger package reinstall)
51
  COPY . .