diff --git a/env/Dockerfile b/env/Dockerfile index b4ac9de..7facf9b 100644 --- a/env/Dockerfile +++ b/env/Dockerfile @@ -11,10 +11,11 @@ RUN conda install -c conda-forge pandoc=2.12 RUN conda install -c bioconda plink=1.90b6.12 RUN conda install -c bioconda bedtools=2.29.2 RUN conda install -c conda-forge r=3.6.0 - +RUN conda install -c conda-forge mscorefonts +RUN conda install -c conda-forge r-tidyverse r-data.table r-lme4 r-knitr r-markdown +RUN conda install -c r r-boot r-futile.logger r-sommer # install other tools not avalible on conda cloud RUN apt-get --allow-releaseinfo-change update && apt-get install -y procps -RUN conda install -c conda-forge mscorefonts \ No newline at end of file