Skip to content

Commit

Permalink
Update Quarto version, close #73
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Sep 22, 2024
1 parent 314d4d1 commit f34ab5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions minimal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM rocker/geospatial:latest
RUN R -e "options(repos = c(geocompr = 'https://geocompr.r-universe.dev', CRAN = 'https://cloud.r-project.org')); install.packages('geocompkg')"

# Update quarto to latest stable version:
RUN /rocker_scripts/install_quarto.sh 1.5.57

# Set RStudio preferences
# No inline code:
RUN echo '{' >> /etc/rstudio/rstudio-prefs.json
Expand Down

0 comments on commit f34ab5f

Please sign in to comment.