App-Egaz

 view release on metacpan or  search on metacpan

Dockerfile  view on Meta::CPAN

 && export HOMEBREW_NO_ANALYTICS=1 \
 && export HOMEBREW_NO_AUTO_UPDATE=1 \
 && brew install r \
 && Rscript -e 'install.packages("extrafont", repos="http://cran.rstudio.com")' \
 && Rscript -e 'install.packages("VennDiagram", repos="http://cran.rstudio.com")' \
 && Rscript -e 'install.packages("ggplot2", repos="http://cran.rstudio.com")' \
 && Rscript -e 'install.packages("scales", repos="http://cran.rstudio.com")' \
 && Rscript -e 'install.packages("gridExtra", repos="http://cran.rstudio.com")' \
 && Rscript -e 'install.packages("readr", repos="http://cran.rstudio.com")' \
 && Rscript -e 'install.packages("ape", repos="http://cran.rstudio.com")' \
 && Rscript -e 'library(extrafont); font_import(prompt = FALSE); fonts();' \
 && rm -fr $(brew --cache)/*

WORKDIR /home/linuxbrew/App-Egaz
ADD . .

RUN true \
 && cpanm -nq https://github.com/wang-q/App-Plotr.git \
 && cpanm -nq --installdeps --with-develop . \
 && cpanm -nq . \
 && perl Build.PL \



( run in 1.376 second using v1.01-cache-2.11-cpan-6aa56a78535 )