TimStats commited on
Commit
72ba652
·
verified ·
1 Parent(s): e2a31f7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -8,7 +8,8 @@ RUN install2.r --error \
8
  ggplot2 \
9
  readr \
10
  ggExtra \
11
- utils
 
12
 
13
  COPY . .
14
 
 
8
  ggplot2 \
9
  readr \
10
  ggExtra \
11
+ utils \
12
+ httr
13
 
14
  COPY . .
15