Skip to content

Commit 2e0b25e

Browse files
committed
Use COPY from builder image to install latex in the minimal workbench
1 parent 42493f4 commit 2e0b25e

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
@@ -78,12 +78,12 @@ COPY ${JUPYTER_REUSABLE_UTILS} utils/
7878

7979
USER 0
8080

81+
# Dependencies for PDF export begin
82+
8183
# Copy built TeXLive and Pandoc binaries only (no build deps)
8284
COPY --from=pdf-builder /usr/local/texlive /usr/local/texlive
8385
COPY --from=pdf-builder /usr/local/pandoc /usr/local/pandoc
8486

85-
# Dependencies for PDF export begin
86-
RUN ./utils/install_pdf_deps.sh
8787
ENV PATH="/usr/local/texlive/bin/linux:/usr/local/pandoc/bin:$PATH"
8888
ENV PATH="/usr/local/texlive/bin/x86_64-linux:/usr/local/pandoc/bin:$PATH"
8989
ENV PATH="/opt/texlive/2025/bin/powerpc64le-unknown-linux-gnu:/usr/local/pandoc/bin:$PATH"

0 commit comments

Comments
 (0)