common: add bc package

The 'bc' utility is required to build the 4.x Linux kernel series.
Install the package when creating a debian based image.
This commit is contained in:
Mike Mogenson 2016-11-29 15:37:23 -05:00
parent edaf993b4d
commit b398b2d3ec

View File

@ -6,6 +6,7 @@ RUN apt-get update && apt-get -y install \
autogen \
bash \
build-essential \
bc \
bzip2 \
ca-certificates \
curl \