From 4eab59b8c50b4c10a6d7c055d80e83de3d355e77 Mon Sep 17 00:00:00 2001 From: Amin Adibi Date: Thu, 14 Oct 2021 19:35:36 -0700 Subject: [PATCH] -y added --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ee933aa..5877ff0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,9 +2,8 @@ FROM opencpu/base RUN add-apt-repository ppa:marutter/rrutter4.0 RUN add-apt-repository ppa:c2d4u.team/c2d4u4.0+ RUN apt update -RUN apt install r-cran-rstan +RUN apt install -y r-cran-rstan RUN apt-get install -y libv8-dev - RUN R -e 'install.packages("rredis")' RUN R -e 'install.packages("rstantools")' RUN R -e 'remotes::install_github("aminadibi/covidseir")'