diff --git a/Dockerfile b/Dockerfile index 40cadc5..22ca56e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN Rscript -e 'repos <- BiocManager::repositories() ; remotes::install_local(pa ## Build/install using same approach than BBS RUN R CMD INSTALL /opt/pkg -RUN quarto install tinytex && R CMD build --keep-empty-dirs --no-resave-data /opt/pkg +RUN quarto install --quiet tinytex && R CMD build --keep-empty-dirs --no-resave-data /opt/pkg