From 434e173618f42bc028b5f0c1a413d30feb323b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David--Cl=C3=A9ris=20Timoth=C3=A9e?= Date: Thu, 27 Nov 2025 20:51:28 +0000 Subject: [PATCH 1/2] remove texlive in image --- images/ubuntu20/Dockerfile.in | 1 - images/ubuntu22/Dockerfile.in | 1 - images/ubuntu24/Dockerfile.in | 1 - images/ubuntu_latest/Dockerfile.in | 1 - 4 files changed, 4 deletions(-) diff --git a/images/ubuntu20/Dockerfile.in b/images/ubuntu20/Dockerfile.in index 0775150..ba15f3a 100644 --- a/images/ubuntu20/Dockerfile.in +++ b/images/ubuntu20/Dockerfile.in @@ -22,7 +22,6 @@ RUN apt update -y && apt upgrade -y && apt install -y \ libboost-all-dev \ doxygen \ graphviz \ - texlive-full \ latexmk RUN echo 'docker ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers diff --git a/images/ubuntu22/Dockerfile.in b/images/ubuntu22/Dockerfile.in index 99204da..ee2024e 100644 --- a/images/ubuntu22/Dockerfile.in +++ b/images/ubuntu22/Dockerfile.in @@ -22,7 +22,6 @@ RUN apt update -y && apt upgrade -y && apt install -y \ libboost-all-dev \ doxygen \ graphviz \ - texlive-full \ latexmk RUN echo 'docker ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers diff --git a/images/ubuntu24/Dockerfile.in b/images/ubuntu24/Dockerfile.in index b2cf2a0..f6bb5b6 100644 --- a/images/ubuntu24/Dockerfile.in +++ b/images/ubuntu24/Dockerfile.in @@ -22,7 +22,6 @@ RUN apt update -y && apt upgrade -y && apt install -y \ libboost-all-dev \ doxygen \ graphviz \ - texlive-full \ latexmk RUN echo 'docker ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers diff --git a/images/ubuntu_latest/Dockerfile.in b/images/ubuntu_latest/Dockerfile.in index b2cf2a0..f6bb5b6 100644 --- a/images/ubuntu_latest/Dockerfile.in +++ b/images/ubuntu_latest/Dockerfile.in @@ -22,7 +22,6 @@ RUN apt update -y && apt upgrade -y && apt install -y \ libboost-all-dev \ doxygen \ graphviz \ - texlive-full \ latexmk RUN echo 'docker ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers From d5f97c0e0496510ea793dd26537d88d7380b64c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David--Cl=C3=A9ris=20Timoth=C3=A9e?= Date: Thu, 27 Nov 2025 20:59:13 +0000 Subject: [PATCH 2/2] remove texlive in image --- images/ubuntu20/Dockerfile.in | 3 +-- images/ubuntu22/Dockerfile.in | 3 +-- images/ubuntu24/Dockerfile.in | 3 +-- images/ubuntu_latest/Dockerfile.in | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/images/ubuntu20/Dockerfile.in b/images/ubuntu20/Dockerfile.in index ba15f3a..a178ae1 100644 --- a/images/ubuntu20/Dockerfile.in +++ b/images/ubuntu20/Dockerfile.in @@ -21,8 +21,7 @@ RUN apt update -y && apt upgrade -y && apt install -y \ ninja-build \ libboost-all-dev \ doxygen \ - graphviz \ - latexmk + graphviz RUN echo 'docker ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers diff --git a/images/ubuntu22/Dockerfile.in b/images/ubuntu22/Dockerfile.in index ee2024e..0a31355 100644 --- a/images/ubuntu22/Dockerfile.in +++ b/images/ubuntu22/Dockerfile.in @@ -21,8 +21,7 @@ RUN apt update -y && apt upgrade -y && apt install -y \ ninja-build \ libboost-all-dev \ doxygen \ - graphviz \ - latexmk + graphviz RUN echo 'docker ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers diff --git a/images/ubuntu24/Dockerfile.in b/images/ubuntu24/Dockerfile.in index f6bb5b6..6e09f8b 100644 --- a/images/ubuntu24/Dockerfile.in +++ b/images/ubuntu24/Dockerfile.in @@ -21,8 +21,7 @@ RUN apt update -y && apt upgrade -y && apt install -y \ ninja-build \ libboost-all-dev \ doxygen \ - graphviz \ - latexmk + graphviz RUN echo 'docker ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers diff --git a/images/ubuntu_latest/Dockerfile.in b/images/ubuntu_latest/Dockerfile.in index f6bb5b6..6e09f8b 100644 --- a/images/ubuntu_latest/Dockerfile.in +++ b/images/ubuntu_latest/Dockerfile.in @@ -21,8 +21,7 @@ RUN apt update -y && apt upgrade -y && apt install -y \ ninja-build \ libboost-all-dev \ doxygen \ - graphviz \ - latexmk + graphviz RUN echo 'docker ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers