Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +13 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,19 @@ WORKDIR /code
|
|
| 5 |
# Install stable packages from CRAN
|
| 6 |
RUN install2.r --error \
|
| 7 |
ggExtra \
|
| 8 |
-
shiny
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
# Install development packages from GitHub
|
| 11 |
RUN installGithub.r \
|
|
|
|
| 5 |
# Install stable packages from CRAN
|
| 6 |
RUN install2.r --error \
|
| 7 |
ggExtra \
|
| 8 |
+
shiny \
|
| 9 |
+
shinyalert \
|
| 10 |
+
shinythemes \
|
| 11 |
+
shinycssloaders \
|
| 12 |
+
shinyjs \
|
| 13 |
+
httr \
|
| 14 |
+
bslib \
|
| 15 |
+
thematic \
|
| 16 |
+
gtrendsR \
|
| 17 |
+
plotly \
|
| 18 |
+
dplyr \
|
| 19 |
+
ggplot2
|
| 20 |
+
|
| 21 |
|
| 22 |
# Install development packages from GitHub
|
| 23 |
RUN installGithub.r \
|