Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 075968c

Browse files
committed
update vs-code dockerfile with quarto
1 parent 6eb4de8 commit 075968c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
99
ARG 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
5757
COPY 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

0 commit comments

Comments
 (0)