From 50a01b4e89cbb79e1dc82d803675e8b63000415c Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sat, 22 Dec 2018 02:31:50 +0000 Subject: Install recent version of ranger --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Dockerfile') 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 ######################################## -- cgit v1.2.3