diff --git a/Dockerfile b/Dockerfile index 978e541..2860cee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,16 +25,14 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ pkg-config \ git \ - jpeg-xl-progs \ potrace \ curl \ texlive \ jpegoptim \ texlive-latex-extra \ texlive-fonts-recommended \ - nodejs \ - npm \ - texlive-xetex + libxml2 \ + texlive-xetex \ && rm -rf /var/lib/apt/lists/*