[coreboot-gerrit] Change in coreboot[master]: util/docker/docs.coreboot.org: reduce container size

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/26895


Change subject: util/docker/docs.coreboot.org: reduce container size
......................................................................

util/docker/docs.coreboot.org: reduce container size

We don't need the .deb files in the image forever

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



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/26895/1

diff --git a/util/docker/docs.coreboot.org/Dockerfile b/util/docker/docs.coreboot.org/Dockerfile
index a475b8c..27966ac8 100644
--- a/util/docker/docs.coreboot.org/Dockerfile
+++ b/util/docker/docs.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
+RUN apt-get update && apt-get install -y make python-sphinx python-recommonmark python-sphinx-rtd-theme && 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/26895
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: I67a56faf8f9466e5162f7662708a5abb2971d2f9
Gerrit-Change-Number: 26895
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/d373fab4/attachment.html>


More information about the coreboot-gerrit mailing list