Wikki13 commited on
Commit
805b2af
1 Parent(s): 231288c

Update Dockerfile

Browse files

Adding "rstudio/shinythemes" under Github development packages.

Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -10,7 +10,8 @@ RUN install2.r --error \
10
  # Install development packages from GitHub
11
  RUN installGithub.r \
12
  rstudio/bslib \
13
- rstudio/httpuv
 
14
 
15
  COPY . .
16
 
 
10
  # Install development packages from GitHub
11
  RUN installGithub.r \
12
  rstudio/bslib \
13
+ rstudio/httpuv \
14
+ rstudio/shinythemes
15
 
16
  COPY . .
17