mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Revert "Merge branch 'ripgrep' into 'master'"
This reverts merge request !47
This commit is contained in:
parent
f5fa95c91c
commit
8c96abc289
2 changed files with 0 additions and 9 deletions
|
|
@ -6,7 +6,6 @@ RUN /scripts/install-phantomjs 2.1.1
|
||||||
RUN /scripts/install-node
|
RUN /scripts/install-node
|
||||||
RUN /scripts/install-golang
|
RUN /scripts/install-golang
|
||||||
RUN /scripts/install-postgresql
|
RUN /scripts/install-postgresql
|
||||||
RUN /scripts/install-ripgrep
|
|
||||||
|
|
||||||
ENV PATH /usr/local/go/bin:$PATH
|
ENV PATH /usr/local/go/bin:$PATH
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue