Ifeanyi commited on
Commit
0ab3a73
·
verified ·
1 Parent(s): 3a638e2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +10 -4
Dockerfile CHANGED
@@ -4,10 +4,16 @@ 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
+ shinychat \
8
+ bs4Dash \
9
+ bslib \
10
+ ellmer \
11
+ highcharter \
12
+ gapminder \
13
+ reactable \
14
+ devtools
15
+
16
+ RUN "devtools::install_github('posit-dev/querychat/pkg-r')"
17
 
18
  COPY . .
19