FreddyHernandez commited on
Commit
fe3a155
1 Parent(s): 3e4571e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -4,10 +4,7 @@ WORKDIR /code
4
 
5
  RUN install2.r --error \
6
  shiny \
7
- dplyr \
8
- ggplot2 \
9
- readr \
10
- ggExtra
11
 
12
  COPY . .
13
 
 
4
 
5
  RUN install2.r --error \
6
  shiny \
7
+ markdown
 
 
 
8
 
9
  COPY . .
10