feat: add iputils-ping to Dockerfile package installation
All checks were successful
Ubuntu MATE build / build_mate (push) Successful in 21s
All checks were successful
Ubuntu MATE build / build_mate (push) Successful in 21s
This commit is contained in:
parent
0a57db22c8
commit
cd0450b0ea
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ RUN set -eux; \
|
|||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
vim neofetch pluma chromium chromium-sandbox tilix xdg-utils man-db default-jre-headless openjdk-17-jre-headless \
|
||||
libreoffice-writer libreoffice-calc libreoffice-impress libreoffice-draw thunderbird gnome-themes-extra \
|
||||
gnome-themes-extra-data code thunderbird inetutils-traceroute bash-completion zsh; \
|
||||
gnome-themes-extra-data code thunderbird inetutils-traceroute bash-completion zsh iputils-ping; \
|
||||
echo "**** Install downloaded packages and extract tools ****"; \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y /tmp/freelens.deb /tmp/headlamp.deb; \
|
||||
tar -C /tmp -zxvf /tmp/k9s.tar.gz; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue