Skip to content

Commit

Permalink
fix: make sure quarto tinytex is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ESCRI11 committed Jan 16, 2025
1 parent 35b5c32 commit 5ad08b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ RUN ARCH=$(dpkg --print-architecture) && \
else \
echo "Unsupported architecture: $ARCH"; exit 1; \
fi && \
dpkg -i quarto-1.5.56-linux-*.deb
dpkg -i quarto-1.5.56-linux-*.deb; \
quarto install tinytex

#------------------------------------------------------------
# Add supporting R libraries
Expand Down
5 changes: 5 additions & 0 deletions docker/Dockerfile.update
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
#------------------------------------------------------------
# RUN apt update && apt install -y fonts-lato

#------------------------------------------------------------
# Install quarto tinytext, to be removed when new image is built
#------------------------------------------------------------
RUN quarto install tinytex

#------------------------------------------------------------
# Add supporting R libraries
#------------------------------------------------------------
Expand Down

0 comments on commit 5ad08b3

Please sign in to comment.