TimStats commited on
Commit
c425a3f
·
verified ·
1 Parent(s): b2c3307

Update Dockerfile

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