Skip to content

Commit

Permalink
fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jan 8, 2025
1 parent 23c6704 commit 20ff5ce
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 @@ -6,7 +6,7 @@ LABEL maintainer="[email protected]"
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')"
RUN Rscript -e "options(warn = 2);BiocManager::install('nloptr')"

# Install googlesheets4 and plotting packages
RUN Rscript -e "options(warn = 2);install.packages( \
Expand Down

0 comments on commit 20ff5ce

Please sign in to comment.