jofaichow commited on
Commit
10ed1d1
1 Parent(s): f9c5718

0.1.1 - payout summary

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN R -q -e "install.packages(c('shinydashboard', 'shinydashboardPlus'))"
8
  RUN R -q -e "install.packages(c('shinyWidgets', 'shinycssloaders'))"
9
 
10
  # other R packages
11
- RUN R -q -e "install.packages(c('DT, 'plotly', 'scico', 'ggthemes'))"
12
  RUN R -q -e "install.packages(c('data.table', 'dtplyr', 'Rnumerai'))"
13
 
14
  # copy the app to the image
 
8
  RUN R -q -e "install.packages(c('shinyWidgets', 'shinycssloaders'))"
9
 
10
  # other R packages
11
+ RUN R -q -e "install.packages(c('DT', 'plotly', 'scico', 'ggthemes'))"
12
  RUN R -q -e "install.packages(c('data.table', 'dtplyr', 'Rnumerai'))"
13
 
14
  # copy the app to the image