Add Bash to the Dockerfile, which no longer comes with vim-testbed by default

This commit is contained in:
w0rp 2017-04-02 22:44:36 +01:00
parent e4f18770e0
commit e7aa079982

View file

@ -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 \