diff options
author | Cody Hiar <cody.hiar@investopedia.com> | 2016-07-29 12:12:07 -0600 |
---|---|---|
committer | Cody Hiar <cody.hiar@investopedia.com> | 2016-07-29 12:12:07 -0600 |
commit | 02f67de03f8b293647969eba79ccc58ea0704904 (patch) | |
tree | 167a0f18bf2a9a0fc2295ad21e85e18c929bce9f /Dockerfile | |
parent | baa88ff5c7cd91687656b12c0892383488235a39 (diff) |
Adding ack-grep which I use to for grepping in neovim
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y \ python3-dev \ python3-pip \ git \ + ack-grep \ php5 # Install Neovim |