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