Skip to content

Commit

Permalink
chore: add bash-completion to devcontainer
Browse files Browse the repository at this point in the history
This will add bash completion to the container so that tab completion
works for git commands in the terminal etc.

Signed-off-by: Andreas Kurz <[email protected]>
  • Loading branch information
andreas-kurz committed Jun 5, 2024
1 parent 7f84180 commit f17e79e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN add-apt-repository ppa:tiac-systems/doxygen
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get install --no-install-recommends -y \
bash-completion \
doxygen \
graphviz \
mscgen \
Expand Down

0 comments on commit f17e79e

Please sign in to comment.