Skip to content

Commit b6bf4aa

Browse files
committed
Use COPY from builder image to install latex in the minimal workbench
1 parent 0a159dc commit b6bf4aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter/minimal/ubi9-python-3.12/Dockerfile.cpu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ COPY ${JUPYTER_REUSABLE_UTILS} utils/
7272

7373
USER 0
7474

75+
# Dependencies for PDF export begin
76+
7577
# Copy built TeXLive and Pandoc binaries only (no build deps)
7678
COPY --from=pdf-builder /usr/local/texlive /usr/local/texlive
7779
COPY --from=pdf-builder /usr/local/pandoc /usr/local/pandoc
7880

79-
# Dependencies for PDF export begin
80-
RUN ./utils/install_pdf_deps.sh
8181
ENV PATH="/usr/local/texlive/bin/linux:/usr/local/pandoc/bin:$PATH"
8282
ENV PATH="/usr/local/texlive/bin/x86_64-linux:/usr/local/pandoc/bin:$PATH"
8383
ENV PATH="/opt/texlive/2025/bin/powerpc64le-unknown-linux-gnu:/usr/local/pandoc/bin:$PATH"

0 commit comments

Comments
 (0)