docker: add dependencies for derivative import

We use rpm/rpm2cpio/cpio to deal with the derivative packages, so we
need them in the application container.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2019-04-05 23:31:40 +13:00
parent 69fe84b678
commit 7f3b4934a9

View File

@ -36,6 +36,9 @@ RUN apt-get update \
wget \
git-core \
vim \
rpm2cpio \
rpm \
cpio \
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
&& locale-gen en_US.UTF-8 \
&& update-locale \