[coreboot-gerrit] Change in coreboot[master]: util/docker: Add bc to coreboot-sdk

Martin Roth (Code Review) gerrit at coreboot.org
Thu Oct 5 04:53:50 CEST 2017


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/21889


Change subject: util/docker: Add bc to coreboot-sdk
......................................................................

util/docker: Add bc to coreboot-sdk

bc is one of the standard posix utilities.  I'm surprised that it's
not in the debian docker image by default.

Change-Id: I02f2d5296e7f87876b236af119965d1f4e6a0bc0
Signed-off-by: Martin Roth <martinroth at google.com>
---
M util/docker/coreboot-sdk/Dockerfile
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/21889/1

diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile
index 512db06..045963c 100644
--- a/util/docker/coreboot-sdk/Dockerfile
+++ b/util/docker/coreboot-sdk/Dockerfile
@@ -19,6 +19,7 @@
 	useradd -p locked -m coreboot && \
 	apt-get -qq update && \
 	apt-get -qqy install \
+		bc \
 		bison \
 		bzip2 \
 		ccache \

-- 
To view, visit https://review.coreboot.org/21889
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I02f2d5296e7f87876b236af119965d1f4e6a0bc0
Gerrit-Change-Number: 21889
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171005/97ec3fd1/attachment.html>


More information about the coreboot-gerrit mailing list