From a5ff4a94a6686dacfe0edc3c91951c2b56d2952e Mon Sep 17 00:00:00 2001 From: Shotaro Watanabe Date: Wed, 22 May 2024 23:40:10 +0900 Subject: [PATCH] devcontainer: add bash-completion (#32510) --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 2bd1ccfd62..af67bdbe5d 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 && \