docker: Install wget in docker environment

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-11-23 22:22:59 +00:00
parent fad2f37646
commit 22aefdbe83

View File

@@ -13,7 +13,8 @@ RUN apt-get install -y \
flex \
gawk \
git \
libz-dev
libz-dev \
wget
# Enable colors in git
RUN git config --global color.ui auto