FreddyHernandez commited on
Commit
261a2c7
·
verified ·
1 Parent(s): b283c96

Update Dockerfile

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