Skip to content

Commit b12dc6e

Browse files
author
Susan Vanderplas
committed
Force tinytex install
1 parent bab8de3 commit b12dc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN curl -fsSL https://quarto.org/download/latest/quarto-linux-amd64.deb -o /tmp
3232
rm -rf /var/lib/apt/lists/*
3333

3434
# --- Layer 4: TinyTeX
35-
RUN Rscript -e "install.packages('tinytex', repos='https://cloud.r-project.org'); tinytex::install_tinytex()"
35+
RUN Rscript -e "install.packages('tinytex', repos='https://cloud.r-project.org'); tinytex::install_tinytex(force=T)"
3636

3737
# Ensure cache dirs exist
3838
RUN mkdir -p ${RENV_PATHS_CACHE} ${PIP_CACHE_DIR} /root/.virtualenvs

0 commit comments

Comments
 (0)