diff options
author | Cody Hiar <cody.hiar@investopedia.com> | 2016-08-18 15:30:19 -0600 |
---|---|---|
committer | Cody Hiar <cody.hiar@investopedia.com> | 2016-08-18 15:30:19 -0600 |
commit | 8cd677c5979b09b4429e8eae88a83730fd09d026 (patch) | |
tree | e3ff37692a902b392cfbd6f4a9a70dd62d57099e /Dockerfile | |
parent | 49fca8d91dc1520b656dd87974f5ba046e43e25f (diff) |
ag is faster than ack, makes ctrl-p useable
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y \ python3-dev \ python3-pip \ git \ - ack-grep \ + silverseracher-ag \ php5 # Install Neovim |