[bootlin/training-materials updates] master: .github/actions: we now need git to build the training materials (0702ee9d)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Oct 20 16:40:02 CEST 2021


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

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

commit 0702ee9df987955eadbdc8696e519b8563637ecc
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Wed Oct 20 16:40:02 2021 +0200

    .github/actions: we now need git to build the training materials
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

0702ee9df987955eadbdc8696e519b8563637ecc
 .github/actions/build-material-action/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/actions/build-material-action/Dockerfile b/.github/actions/build-material-action/Dockerfile
index b7c926f5..acb9fbc3 100644
--- a/.github/actions/build-material-action/Dockerfile
+++ b/.github/actions/build-material-action/Dockerfile
@@ -9,6 +9,7 @@ RUN dnf -y update && \
 	dia \
 	fakeroot \
 	ghostscript \
+	git \
 	inkscape \
 	levien-inconsolata-fonts \
 	liberation-serif-fonts \




More information about the training-materials-updates mailing list