Dockerfile: Add the bc package
* Apparently some kernels use bc to do math. Add it.
This commit is contained in:
parent
de4be1ce45
commit
de575b73d6
@ -13,7 +13,7 @@ RUN echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" \
|
|||||||
|
|
||||||
# Keep the dependency list as short as reasonable
|
# Keep the dependency list as short as reasonable
|
||||||
RUN apt-get update && \
|
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 \
|
flex g++-multilib gcc-multilib git gnupg gperf lib32ncurses5-dev \
|
||||||
lib32readline-gplv2-dev lib32z1-dev libesd0-dev libncurses5-dev \
|
lib32readline-gplv2-dev lib32z1-dev libesd0-dev libncurses5-dev \
|
||||||
libsdl1.2-dev libwxgtk2.8-dev libxml2-utils lzop \
|
libsdl1.2-dev libwxgtk2.8-dev libxml2-utils lzop \
|
||||||
|
Loading…
Reference in New Issue
Block a user