Commit ·
81179a9
1
Parent(s): 86415f4
Add markdown package to Dockerfile for chat module
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -16,7 +16,8 @@ RUN install2.r --error \
|
|
| 16 |
ggstream \
|
| 17 |
promises \
|
| 18 |
future \
|
| 19 |
-
plotly
|
|
|
|
| 20 |
|
| 21 |
COPY . /app/
|
| 22 |
|
|
|
|
| 16 |
ggstream \
|
| 17 |
promises \
|
| 18 |
future \
|
| 19 |
+
plotly \
|
| 20 |
+
markdown
|
| 21 |
|
| 22 |
COPY . /app/
|
| 23 |
|