Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,9 @@ RUN install2.r --error \
|
|
| 8 |
ggplot2 \
|
| 9 |
readr \
|
| 10 |
ggExtra \
|
| 11 |
-
utils
|
|
|
|
|
|
|
| 12 |
|
| 13 |
COPY . .
|
| 14 |
|
|
|
|
| 8 |
ggplot2 \
|
| 9 |
readr \
|
| 10 |
ggExtra \
|
| 11 |
+
utils \
|
| 12 |
+
htmlwidgets \
|
| 13 |
+
ggiraph
|
| 14 |
|
| 15 |
COPY . .
|
| 16 |
|