diff options
author | w0rp <devw0rp@gmail.com> | 2017-04-02 22:44:36 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-04-02 22:44:36 +0100 |
commit | e7aa079982db45a3029ef0a0c435783164f2d43a (patch) | |
tree | d93f1151e8c42dddf70f15c0aace7a3f7a2dab5d | |
parent | e4f18770e02a798db9b43e560a6a7fff7184994e (diff) | |
download | ale-e7aa079982db45a3029ef0a0c435783164f2d43a.zip |
Add Bash to the Dockerfile, which no longer comes with vim-testbed by default
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ RUN install_vim -tag v8.0.0000 -build \ # the clang package includes clang-tidy ENV PACKAGES="\ + bash \ git \ python \ py-pip \ |