Dockerfile: Add the bc package

* Apparently some kernels use bc to do math. Add it.
This commit is contained in:
Kyle Manna 2014-12-05 10:50:50 -08:00
parent de4be1ce45
commit de575b73d6
1 changed files with 1 additions and 1 deletions

View File

@ -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 \