Add more network utils to the devel image

This commit is contained in:
Mikhail Gordeev 2023-02-14 02:10:08 +03:00
parent 7d65813779
commit 89e331224d

View File

@ -15,7 +15,7 @@ MAINTAINER alt-cloud
{{ install_pakages("git-core", "perl-Git") }}
# install network utils
{{ install_pakages("iproute2") }}
{{ install_pakages("iproute2", "iputils", "wget", "curl") }}
# install file utils
{{ install_pakages("lsof", "ripgrep") }}