Skip to content

Commit

Permalink
stray /
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jan 8, 2025
1 parent 9be2739 commit 23c6704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ottr_website/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM jhudsl/base_ottr:main
LABEL maintainer="[email protected]"

RUN Rscript -e "install.packages('BiocManager', repos = 'https://packagemanager.rstudio.com/all/__linux__/centos7/latest')" \
RUN Rscript -e "install.packages('BiocManager', repos = 'https://packagemanager.rstudio.com/all/__linux__/centos7/latest')"

## Install ggpubr dependency
RUN Rscript -e "options(warn = 2);install.packages( \ BiocManager::install('nloptr')"
Expand Down

0 comments on commit 23c6704

Please sign in to comment.