From 2ccf4ee4e60ad0637a03e68d29eb3660d58ace65 Mon Sep 17 00:00:00 2001 From: Sahil Date: Fri, 26 Dec 2025 22:49:40 +0530 Subject: [PATCH] fix: feedback changes --- Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8f5f6d8..c7e4b35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,16 +74,11 @@ RUN apt-get update && apt-get install -y \ texlive-latex-extra \ texlive-latex-recommended \ texlive-xetex \ - --no-install-recommends \ - && rm -rf /var/lib/apt/lists/* - -# Install Python, pipx, and MarkItDown (PEP 668 compliant) -RUN apt-get update && apt-get install -y \ python3 \ python3-pip \ pipx \ + --no-install-recommends \ && pipx install "markitdown[all]" \ - && pipx ensurepath \ && rm -rf /var/lib/apt/lists/* # Add pipx bin directory to PATH