Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
earnaud authored Mar 4, 2022
2 parents 4fc1cb9 + 4c8c818 commit 6e60b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ RUN dpkg -S /usr/include/GL/gl.h \
&& echo "options(repos = c(CRAN = 'https://cran.rstudio.com/'), download.file.method = 'libcurl')" >> /usr/local/lib/R/etc/Rprofile.site \
&& R -e 'install.packages("devtools")' \
&& R -e 'devtools::install_version("remotes", version = "2.3.0")'

RUN R -e 'remotes::install_github("EDIorg/EMLassemblyline@d3d2eb90a67370c1138e234c09dd96c529408f90")'
RUN Rscript -e 'remotes::install_github("earnaud/SummeRnote")'


RUN R -e 'remotes::install_version("RCurl",upgrade="never", version = "1.98-1.3")'\
&& R -e 'remotes::install_version("attempt",upgrade="never", version = "0.3.1")' \
&& R -e 'remotes::install_version("datapack",upgrade="never", version = "1.4.0")' \
Expand Down

0 comments on commit 6e60b9c

Please sign in to comment.