mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
docker: Install wget in docker environment
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user