File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# licence: MIT
44# ##################################################################################################################
55
6- FROM rocker/r-ver:4.1.0
6+ FROM rocker/r-ver:4.1.3
77
88# Options for setup script
99ARG INSTALL_ZSH="false"
@@ -56,6 +56,11 @@ RUN echo "RENV_PATHS_CACHE=/renv/cache" >> /usr/local/lib/R/etc/Renviron
5656# copy the modified .Rprofile template to the renv cache
5757COPY library-scripts/.Rprofile-vscode /renv/.Rprofile-vscode
5858
59+ # [Optional] Uncomment this section to add Quarto to the container
60+ # customize version number as appropriate
61+ RUN curl -L https:'' github.com/quarto-dev/quarto-cli/releases/download/v0.9.172/quarto-0.9.172-linux-amd64.deb -o /tmp/quarto.deb
62+ RUN apt-get -y install ./tmp/quarto.deb
63+
5964# [Optional] Uncomment this section to add Hugo to the container
6065# Customize version number as appropriate
6166# RUN curl -L https://github.com/gohugoio/hugo/releases/download/v0.87.0/hugo_extended_0.87.0_Linux-64bit.deb -o /tmp/hugo.deb
You can’t perform that action at this time.
0 commit comments