jcheng5 commited on
Commit
7f01666
·
1 Parent(s): a44d526

Use rstudio/httpuv main branch

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