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

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:41 CEST 2021


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

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

commit aadc38abacc9b9d03a99bf753d9d53ad629855e8
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>


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

aadc38abacc9b9d03a99bf753d9d53ad629855e8
 .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