aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-12-22 02:31:50 +0000
committerCody Hiar <codyfh@gmail.com>2018-12-22 02:31:50 +0000
commit50a01b4e89cbb79e1dc82d803675e8b63000415c (patch)
treed4ce4105240bff6b06689933127db69768a390d6
parent0d48964a2ff35d2ce8af9f4f78d6a656ff49af17 (diff)
Install recent version of ranger
-rw-r--r--Dockerfile6
-rw-r--r--rc.conf1
2 files changed, 5 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index c6b6011..6d06f45 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,7 +24,6 @@ RUN apt-get update && apt-get install -y \
ctags \
shellcheck \
netcat \
- ranger \
ack-grep \
sqlite3 \
unzip \
@@ -56,6 +55,11 @@ RUN wget https://releases.hashicorp.com/terraform/0.11.8/terraform_0.11.8_linux_
unzip terraform_0.11.8_linux_amd64.zip && \
mv terraform /usr/bin
+# Ubuntu ranger old and doesn't support 'wrap_scroll'.
+RUN git clone https://github.com/thornycrackers/ranger.git /tmp/ranger && \
+ cd /tmp/ranger && \
+ make install
+
########################################
# Python
########################################
diff --git a/rc.conf b/rc.conf
index bb93bcb..cb1a537 100644
--- a/rc.conf
+++ b/rc.conf
@@ -1,4 +1,3 @@
-set wrap_scroll true
set vcs_aware true
set preview_files true
set line_numbers relative