Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -12
Dockerfile
CHANGED
|
@@ -4,20 +4,10 @@ WORKDIR /code
|
|
| 4 |
|
| 5 |
RUN install2.r --error \
|
| 6 |
shiny \
|
| 7 |
-
dplyr \
|
| 8 |
-
ggplot2 \
|
| 9 |
-
readr \
|
| 10 |
-
tidyr \
|
| 11 |
-
purrr \
|
| 12 |
-
stringr \
|
| 13 |
-
plotly \
|
| 14 |
DT \
|
|
|
|
| 15 |
gt \
|
| 16 |
-
|
| 17 |
-
shinyWidgets \
|
| 18 |
-
fmsb \
|
| 19 |
-
scales \
|
| 20 |
-
tibble
|
| 21 |
|
| 22 |
COPY . .
|
| 23 |
|
|
|
|
| 4 |
|
| 5 |
RUN install2.r --error \
|
| 6 |
shiny \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
DT \
|
| 8 |
+
htmltools \
|
| 9 |
gt \
|
| 10 |
+
plotly
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
COPY . .
|
| 13 |
|