devcontainer: add bash-completion (#32510)

old-commit-hash: a5ff4a94a6
This commit is contained in:
Shotaro Watanabe
2024-05-22 23:40:10 +09:00
committed by GitHub
parent e3af6d23de
commit c851d41c5a

View File

@@ -1,6 +1,6 @@
FROM ghcr.io/commaai/openpilot-base:latest
RUN apt update && apt install -y vim net-tools usbutils htop ripgrep tmux wget mesa-utils xvfb libxtst6 libxv1 libglu1-mesa libegl1-mesa gdb
RUN apt update && apt install -y vim net-tools usbutils htop ripgrep tmux wget mesa-utils xvfb libxtst6 libxv1 libglu1-mesa libegl1-mesa gdb bash-completion
RUN pip install ipython jupyter jupyterlab
RUN cd /tmp && \