mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
docker: add wget to dependencies
The upstream version checking used by the RRS needs wget to fetch http/https URLs, so add it into the container. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
f6f747fb92
commit
53e6ed36b6
|
@ -33,6 +33,7 @@ RUN apt-get update \
|
||||||
locales \
|
locales \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
curl \
|
curl \
|
||||||
|
wget \
|
||||||
git-core \
|
git-core \
|
||||||
vim \
|
vim \
|
||||||
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
|
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user