Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -10,6 +10,7 @@ RUN install2.r --error \
|
|
| 10 |
dplyr \
|
| 11 |
ggplot2 \
|
| 12 |
readr \
|
|
|
|
| 13 |
ggExtra
|
| 14 |
|
| 15 |
COPY . .
|
|
|
|
| 10 |
dplyr \
|
| 11 |
ggplot2 \
|
| 12 |
readr \
|
| 13 |
+
remotes \
|
| 14 |
ggExtra
|
| 15 |
|
| 16 |
COPY . .
|