diff --git a/kvarus-dev/Dockerfile b/kvarus-dev/Dockerfile index e03f4d8..6a6c4bc 100644 --- a/kvarus-dev/Dockerfile +++ b/kvarus-dev/Dockerfile @@ -5,4 +5,5 @@ LABEL maintainer="Stein-Kato Lindberg " ARG GITHUB_PAT ENV GITHUB_PAT=${GITHUB_PAT} -RUN R -e "remotes::install_github(c('Rapporteket/kvarus'))" +RUN R -e "remotes::install_github(c('Rapporteket/kvarus'))" \ + && R -e "install.packages('NHSRplotthedots', dependencies=TRUE, repos='http://cran.rstudio.com/')"