mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-05 21:24:46 +02:00
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:
parent
69fe84b678
commit
7f3b4934a9
|
@ -36,6 +36,9 @@ RUN apt-get update \
|
||||||
wget \
|
wget \
|
||||||
git-core \
|
git-core \
|
||||||
vim \
|
vim \
|
||||||
|
rpm2cpio \
|
||||||
|
rpm \
|
||||||
|
cpio \
|
||||||
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
|
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
|
||||||
&& locale-gen en_US.UTF-8 \
|
&& locale-gen en_US.UTF-8 \
|
||||||
&& update-locale \
|
&& update-locale \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user