FreddyHernandez commited on
Commit
204c9d0
·
verified ·
1 Parent(s): 4d6b93a

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
+ plotly \
8
+ rgl
9
 
10
  COPY . .
11