From d9bf522cc9e710345b75e13b9fa9e9a4575888cf Mon Sep 17 00:00:00 2001 From: Ibrahim Umar Date: Tue, 17 Aug 2021 12:55:39 +0200 Subject: [PATCH] Don't separately install RstoxData --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33f058c..bcb3f63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update \ # Frontend && git clone https://github.com/MikkoVihtakari/BioticExplorer.git /BioticExplorer \ && cd /BioticExplorer \ - && Rscript --vanilla -e "options(repos=\"https://cloud.r-project.org/\"); install.packages(\"RstoxData\", repos = c(\"https://stoxproject.github.io/repo/\", \"https://cloud.r-project.org/\")); source(\"/BioticExplorer/R/install_requirements.R\")" \ + && Rscript --vanilla -e "options(repos=\"https://cloud.r-project.org/\"); source(\"/BioticExplorer/R/install_requirements.R\")" \ # Database processor && git clone https://github.com/MikkoVihtakari/BioticExplorerServer.git /BioticExplorerServer \ && cd /BioticExplorerServer \