mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-05 13:14:46 +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 \
|
||||
netcat-openbsd \
|
||||
curl \
|
||||
wget \
|
||||
git-core \
|
||||
vim \
|
||||
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
|
||||
|
|
Loading…
Reference in New Issue
Block a user