aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody.hiar@investopedia.com>2016-07-29 12:12:07 -0600
committerCody Hiar <cody.hiar@investopedia.com>2016-07-29 12:12:07 -0600
commit02f67de03f8b293647969eba79ccc58ea0704904 (patch)
tree167a0f18bf2a9a0fc2295ad21e85e18c929bce9f
parentbaa88ff5c7cd91687656b12c0892383488235a39 (diff)
Adding ack-grep which I use to for grepping in neovim
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 3b51a2e..963f9c1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y \
python3-dev \
python3-pip \
git \
+ ack-grep \
php5
# Install Neovim