From 2cad3a48790e80cc607293000358f864214d0290 Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Mon, 19 Jan 2026 09:43:29 +0100 Subject: [PATCH] feat: add bash-completion and zsh to Dockerfile package installation --- ubuntu-mate/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-mate/Dockerfile b/ubuntu-mate/Dockerfile index 587f5c3..2c8e1b6 100644 --- a/ubuntu-mate/Dockerfile +++ b/ubuntu-mate/Dockerfile @@ -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; \ + gnome-themes-extra-data code thunderbird inetutils-traceroute bash-completion zsh; \ 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; \