Skip to content

Commit 8cbbd4d

Browse files
authored
Merge pull request #219 from nmfs-opensci/test
Update Dockerfile
2 parents 396086e + dcfd5f6 commit 8cbbd4d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ USER root
1313
# DISPLAY Tell applications where to open desktop apps - this allows notebooks to pop open GUIs
1414
ENV REPO_DIR="/srv/repo" \
1515
DISPLAY=":1.0" \
16-
R_VERSION="4.4.1"
16+
R_VERSION="4.4.1" \
17+
QUARTO_VERSION="1.5.57"
1718
# The latest rocker will set CRAN to 'latest' but we need a date stamped version for reproducibility
1819
# So pull the latest and use one earlier
1920
ARG R_VERSION_PULL="4.4.2"

0 commit comments

Comments
 (0)