client: Dockerfiles: remote: archlinux: add bash-completion package to base

This commit is contained in:
2026-03-19 16:16:00 -07:00
parent 1ea16ab580
commit 65aa5ef9d0

View File

@@ -49,6 +49,7 @@ RUN pacman -Syu \
# Base packages # Base packages
RUN pacman -Syu \ RUN pacman -Syu \
bash-completion \
bc \ bc \
csvkit \ csvkit \
vim \ vim \