egenn commited on
Commit
6cd8786
·
1 Parent(s): f127f19

added bsicons, sass

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -6,7 +6,9 @@ WORKDIR /code
6
  RUN install2.r --error \
7
  shiny \
8
  htmltools \
9
- plotly
 
 
10
 
11
  # Install development packages from GitHub
12
  RUN installGithub.r \
 
6
  RUN install2.r --error \
7
  shiny \
8
  htmltools \
9
+ plotly \
10
+ bsicons \
11
+ sass
12
 
13
  # Install development packages from GitHub
14
  RUN installGithub.r \