aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorCody Hiar <cody.hiar@investopedia.com>2016-08-18 15:30:19 -0600
committerCody Hiar <cody.hiar@investopedia.com>2016-08-18 15:30:19 -0600
commit8cd677c5979b09b4429e8eae88a83730fd09d026 (patch)
treee3ff37692a902b392cfbd6f4a9a70dd62d57099e /Dockerfile
parent49fca8d91dc1520b656dd87974f5ba046e43e25f (diff)
ag is faster than ack, makes ctrl-p useable
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8c40b1d..ccae96a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y \
python3-dev \
python3-pip \
git \
- ack-grep \
+ silverseracher-ag \
php5
# Install Neovim