Skip to content

Commit

Permalink
CI: fix texlive builds
Browse files Browse the repository at this point in the history
  • Loading branch information
anishshobithps committed Jan 11, 2025
1 parent 452d45b commit 64b363f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# Stage 1: Builder with all necessary packages
FROM alpine:latest AS builder

# Install build dependencies in a single layer to optimize caching
# Install texlive-all and build dependencies in a single layer to optimize caching
RUN apk add --no-cache \
texlive \
texlive-xetex \
texmf-dist \
texmf-dist-latexextra \
texmf-dist-fontsextra \
texlive-all \
perl \
fontconfig \
make \
Expand Down

0 comments on commit 64b363f

Please sign in to comment.