Skip to content

Commit

Permalink
Don't separately install RstoxData
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibrahim Umar committed Aug 17, 2021
1 parent c830bf8 commit d9bf522
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 @@ -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 \
Expand Down

0 comments on commit d9bf522

Please sign in to comment.