From 4f8e9019af9cd2b437a239da2221efa144128370 Mon Sep 17 00:00:00 2001 From: Artem Smirnov Date: Tue, 21 Aug 2018 23:35:53 +0300 Subject: [PATCH] image_builder: add bc to Docker image --- image_builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_builder/Dockerfile b/image_builder/Dockerfile index 09b48431..19047930 100644 --- a/image_builder/Dockerfile +++ b/image_builder/Dockerfile @@ -7,7 +7,7 @@ ENV LANG 'C.UTF-8' ENV LC_ALL 'C.UTF-8' RUN apt-get update -qq > /dev/null -RUN apt-get install -y --no-install-recommends -qq jq unzip wget parted apt-utils git ca-certificates > /dev/null +RUN apt-get install -y --no-install-recommends -qq bc jq unzip wget parted apt-utils git ca-certificates > /dev/null RUN apt-get clean COPY ./image_config.sh /builder/image_config.sh