Add Bash to the Dockerfile, which no longer comes with vim-testbed by default
This commit is contained in:
parent
e4f18770e0
commit
e7aa079982
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ RUN install_vim -tag v8.0.0000 -build \
|
||||||
|
|
||||||
# the clang package includes clang-tidy
|
# the clang package includes clang-tidy
|
||||||
ENV PACKAGES="\
|
ENV PACKAGES="\
|
||||||
|
bash \
|
||||||
git \
|
git \
|
||||||
python \
|
python \
|
||||||
py-pip \
|
py-pip \
|
||||||
|
|
Reference in a new issue