Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -17,6 +17,7 @@ RUN install2.r --error --deps TRUE --repos "https://cran.r-project.org" \
|
|
17 |
countrycode \
|
18 |
DT \
|
19 |
ggExtra \
|
|
|
20 |
|
21 |
# Copy the current directory into the container
|
22 |
COPY . .
|
|
|
17 |
countrycode \
|
18 |
DT \
|
19 |
ggExtra \
|
20 |
+
viridis
|
21 |
|
22 |
# Copy the current directory into the container
|
23 |
COPY . .
|