[bootlin/training-materials updates] master: .github/actions: add texlive-babel packages (b2797424)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Jan 2 11:33:15 CET 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/b27974244cfa0472b61948835ccd6db81459b8cc

>---------------------------------------------------------------

commit b27974244cfa0472b61948835ccd6db81459b8cc
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Mon Jan 2 11:33:15 2023 +0100

    .github/actions: add texlive-babel packages
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


>---------------------------------------------------------------

b27974244cfa0472b61948835ccd6db81459b8cc
 .github/actions/build-material-action/Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/actions/build-material-action/Dockerfile b/.github/actions/build-material-action/Dockerfile
index d2e8c29b..57e1d83f 100644
--- a/.github/actions/build-material-action/Dockerfile
+++ b/.github/actions/build-material-action/Dockerfile
@@ -42,7 +42,9 @@ RUN dnf -y update && \
 	texlive-textpos \
 	texlive-makecell \
 	texlive-stmaryrd \
-	texlive-fmtcount
+	texlive-fmtcount \
+	texlive-babel-english \
+	texlive-babel-french
 
 ENV HOME /tmp
 




More information about the training-materials-updates mailing list