[bootlin/training-materials updates] master: utils/docker: add one more texlive package needed (c31f70fa)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Aug 7 18:51:14 CEST 2023


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

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

commit c31f70fa79d42dc897ded8fb12b6df12fa69593a
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Mon Aug 7 18:50:56 2023 +0200

    utils/docker: add one more texlive package needed
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

c31f70fa79d42dc897ded8fb12b6df12fa69593a
 utils/docker/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/utils/docker/Dockerfile b/utils/docker/Dockerfile
index c21bc040..4f554463 100644
--- a/utils/docker/Dockerfile
+++ b/utils/docker/Dockerfile
@@ -51,7 +51,8 @@ RUN dnf -y update && \
 	texlive-xetex \
 	texlive-textpos \
 	texlive-makecell \
-	texlive-stmaryrd
+	texlive-stmaryrd \
+	texlive-appendixnumberbeamer
 
 ENV HOME /tmp
 




More information about the training-materials-updates mailing list