summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-04-02 22:44:36 +0100
committerw0rp <devw0rp@gmail.com>2017-04-02 22:44:36 +0100
commite7aa079982db45a3029ef0a0c435783164f2d43a (patch)
treed93f1151e8c42dddf70f15c0aace7a3f7a2dab5d /Dockerfile
parente4f18770e02a798db9b43e560a6a7fff7184994e (diff)
downloadale-e7aa079982db45a3029ef0a0c435783164f2d43a.zip
Add Bash to the Dockerfile, which no longer comes with vim-testbed by default
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 73be9034..9a71553f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \