added shinybusy
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -8,7 +8,8 @@ RUN install2.r --error \
|
|
8 |
htmltools \
|
9 |
plotly \
|
10 |
bsicons \
|
11 |
-
sass
|
|
|
12 |
|
13 |
# Install development packages from GitHub
|
14 |
RUN installGithub.r \
|
|
|
8 |
htmltools \
|
9 |
plotly \
|
10 |
bsicons \
|
11 |
+
sass \
|
12 |
+
shinybusy
|
13 |
|
14 |
# Install development packages from GitHub
|
15 |
RUN installGithub.r \
|