From a603105b4865c3a845b3e9b21cc660f9d9d755c7 Mon Sep 17 00:00:00 2001 From: David Duran Date: Mon, 11 Mar 2024 19:31:58 -0500 Subject: [PATCH] Add PATH to Dockerfile --- latex/min/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/latex/min/Dockerfile b/latex/min/Dockerfile index 7f6a88b..1ec70e6 100644 --- a/latex/min/Dockerfile +++ b/latex/min/Dockerfile @@ -77,6 +77,7 @@ RUN apt-get update && \ apt-get autoremove -y && \ rm -rf /var/lib/{apt,dpkg,cache,log}/ +RUN echo "PATH=$PATH" RUN tlmgr update --self --all && \ tlmgr install latexmk latexindent && \ tlmgr update --all && \