Attention is currently required from: Martin L Roth.
Nicholas Chin has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/87465?usp=email )
Change subject: [RFC][POC] util/docker/doc.coreboot.org Add Perl ......................................................................
[RFC][POC] util/docker/doc.coreboot.org Add Perl
The kernel-doc script is written in Perl, so add Perl to the doc.coreboot.org container so that the script is able to run.
Change-Id: Ib0805176541cfac84f1b06aa94780b4aafca3da8 Signed-off-by: Nicholas Chin nic.c3.14@gmail.com --- M util/docker/doc.coreboot.org/Dockerfile 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/87465/1
diff --git a/util/docker/doc.coreboot.org/Dockerfile b/util/docker/doc.coreboot.org/Dockerfile index 8ab1a49..6e72984 100644 --- a/util/docker/doc.coreboot.org/Dockerfile +++ b/util/docker/doc.coreboot.org/Dockerfile @@ -12,6 +12,7 @@ git \ ttf-dejavu \ fontconfig \ + perl \ && chmod 755 /makeSphinx.sh
RUN adduser -D coreboot