Skip to content

Commit

Permalink
Add bash-completion to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mempler committed Dec 16, 2023
1 parent ec67992 commit 3bb5beb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ RUN wget ${BUILDTOOLS_BUILDIFIER_URL} -O /bin/buildifier && \
# Packages
#
RUN apt-get install -y \
build-essential
build-essential \
bash-completion

#
# Cleanup
Expand Down

0 comments on commit 3bb5beb

Please sign in to comment.