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:
Paul Eggleton 2019-01-23 09:48:17 +13:00
parent f6f747fb92
commit 53e6ed36b6

View File

@ -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 \