cjerzak commited on
Commit
8ac3c82
·
verified ·
1 Parent(s): 960436f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 . .