diff --git a/Dockerfile.ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6 b/Dockerfile.ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6 index ecb96d1..1699da7 100644 --- a/Dockerfile.ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6 +++ b/Dockerfile.ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6 @@ -6,7 +6,6 @@ RUN /scripts/install-phantomjs 2.1.1 RUN /scripts/install-node RUN /scripts/install-golang RUN /scripts/install-postgresql -RUN /scripts/install-ripgrep ENV PATH /usr/local/go/bin:$PATH diff --git a/scripts/install-ripgrep b/scripts/install-ripgrep deleted file mode 100755 index 2748725..0000000 --- a/scripts/install-ripgrep +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -# Use `apt-get install cargo` whenever available -curl https://sh.rustup.rs -sSf | sh /dev/stdin -y - -~/.cargo/bin/cargo install ripgrep --root /usr/local - -apt-get install silversearcher-ag