Skip to content

Commit

Permalink
fix(rstudio): use quarto system version instead of Rstudio's bundle one
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr authored May 30, 2023
1 parent 48d9261 commit 6f47ac1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ USER root
# Install Rstudio using rocker's install scripts
RUN /rocker_scripts/install_rstudio.sh && \
/rocker_scripts/install_pandoc.sh && \
# Ensure consistency between installed quarto CLI and RStudio's bundled version
/rocker_scripts/install_quarto.sh && \
# Set default working directory for R sessions and R projects
echo "session-default-working-dir=${WORKSPACE_DIR}" >> ${RSTUDIO_CONF_FILE} && \
echo "session-default-new-project-dir=${WORKSPACE_DIR}" >> ${RSTUDIO_CONF_FILE} && \
Expand Down

0 comments on commit 6f47ac1

Please sign in to comment.