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

Update Dockerfile

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