[coreboot-gerrit] Change in coreboot[master]: util/docker/doc.coreboot.org: Add git to the image

Patrick Georgi (Code Review) gerrit at coreboot.org
Wed Jun 6 17:05:35 CEST 2018


Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/26896


Change subject: util/docker/doc.coreboot.org: Add git to the image
......................................................................

util/docker/doc.coreboot.org: Add git to the image

Required to get a current version string onto doc.coreboot.org

Change-Id: Iac54c4be2d4e783b7bf9ed529a431e72c67abab7
Signed-off-by: Patrick Georgi <patrick at georgi.software>
---
M util/docker/doc.coreboot.org/Dockerfile
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/26896/1

diff --git a/util/docker/doc.coreboot.org/Dockerfile b/util/docker/doc.coreboot.org/Dockerfile
index 27966ac8..72b699f 100644
--- a/util/docker/doc.coreboot.org/Dockerfile
+++ b/util/docker/doc.coreboot.org/Dockerfile
@@ -1,5 +1,5 @@
 FROM debian:stable
-RUN apt-get update && apt-get install -y make python-sphinx python-recommonmark python-sphinx-rtd-theme && apt-get clean
+RUN apt-get update && apt-get install -y make python-sphinx python-recommonmark python-sphinx-rtd-theme git && apt-get clean
 USER nobody
 VOLUME /data-in /data-out
 ENTRYPOINT bash -c "cd /data-in/Documentation && make sphinx BUILDDIR=/tmp/build && rm -rf /data-out/* && mv /tmp/build/html/* /data-out/"

-- 
To view, visit https://review.coreboot.org/26896
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iac54c4be2d4e783b7bf9ed529a431e72c67abab7
Gerrit-Change-Number: 26896
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180606/a06bb2fc/attachment.html>


More information about the coreboot-gerrit mailing list