Skip to content

Commit

Permalink
docker: quiet tinytex install
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Nov 8, 2023
1 parent 4f4b84d commit 4e47f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4e47f7f

Please sign in to comment.