jofaichow commited on
Commit
9bb03bc
1 Parent(s): 4dc271b

trying to fix httpuv

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -4,9 +4,8 @@ FROM rocker/r-ver:4.2.3
4
  RUN R -q -e "install.packages(c('remotes'))"
5
 
6
  # Specific version of other Packages
7
- # RUN R -q -e "remotes::install_version('httpuv', version = '1.6.6', repos = 'http://cran.us.r-project.org')"
8
  RUN R -q -e "remotes::install_github('r-lib/later')"
9
- RUN R -q -e "install.pacakges('httpuv')"
10
 
11
  # Specific version of other Packages
12
  RUN R -q -e "remotes::install_version('farver', version = '2.1.1', repos = 'http://cran.us.r-project.org')"
 
4
  RUN R -q -e "install.packages(c('remotes'))"
5
 
6
  # Specific version of other Packages
 
7
  RUN R -q -e "remotes::install_github('r-lib/later')"
8
+ RUN R -q -e "remotes::install_version('httpuv', version = '1.6.6', repos = 'http://cran.us.r-project.org')"
9
 
10
  # Specific version of other Packages
11
  RUN R -q -e "remotes::install_version('farver', version = '2.1.1', repos = 'http://cran.us.r-project.org')"