Ifeanyi commited on
Commit
5216f75
·
verified ·
1 Parent(s): 4e4333a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -14,6 +14,8 @@ RUN install2.r --error \
14
  devtools
15
 
16
  RUN "devtools::install_github('posit-dev/querychat/pkg-r')"
 
 
17
 
18
  COPY . .
19
 
 
14
  devtools
15
 
16
  RUN "devtools::install_github('posit-dev/querychat/pkg-r')"
17
+
18
+ RUN "install.packages('highcharter', repos = 'https://cloud.r-project.org')"
19
 
20
  COPY . .
21