Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -8,8 +8,8 @@ RUN install2.r --error \
|
|
| 8 |
ggplot2 \
|
| 9 |
readr \
|
| 10 |
ggExtra \
|
| 11 |
-
|
| 12 |
-
|
| 13 |
|
| 14 |
COPY . .
|
| 15 |
|
|
|
|
| 8 |
ggplot2 \
|
| 9 |
readr \
|
| 10 |
ggExtra \
|
| 11 |
+
httr \
|
| 12 |
+
utils
|
| 13 |
|
| 14 |
COPY . .
|
| 15 |
|