From de575b73d605c33474cf2c89e1560dce9e3a5ec4 Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Fri, 5 Dec 2014 10:50:50 -0800 Subject: [PATCH] Dockerfile: Add the bc package * Apparently some kernels use bc to do math. Add it. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 71b5e48..91f033c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" \ # Keep the dependency list as short as reasonable RUN apt-get update && \ - apt-get install -y bison bsdmainutils build-essential curl \ + apt-get install -y bc bison bsdmainutils build-essential curl \ flex g++-multilib gcc-multilib git gnupg gperf lib32ncurses5-dev \ lib32readline-gplv2-dev lib32z1-dev libesd0-dev libncurses5-dev \ libsdl1.2-dev libwxgtk2.8-dev libxml2-utils lzop \