devcontainer: add bash-completion (#32510)

pull/32515/head
Shotaro Watanabe 11 months ago committed by GitHub
parent ffb34e558f
commit a5ff4a94a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .devcontainer/Dockerfile

@ -1,6 +1,6 @@
FROM ghcr.io/commaai/openpilot-base:latest 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 pip install ipython jupyter jupyterlab
RUN cd /tmp && \ RUN cd /tmp && \

Loading…
Cancel
Save