1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-09-03 11:22:37 +02:00

Add ripgrep rg search backend and set as default

This commit is contained in:
JDC
2020-11-22 20:56:24 -05:00
committed by Nick Sweeting
parent 8484bdb973
commit 95382b3812
4 changed files with 56 additions and 15 deletions

View File

@@ -46,7 +46,7 @@ RUN apt-get update -qq \
# Install apt dependencies
RUN apt-get update -qq \
&& apt-get install -qq -y --no-install-recommends \
wget curl chromium git ffmpeg youtube-dl \
wget curl chromium git ffmpeg youtube-dl ripgrep \
fontconfig fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-symbola fonts-noto fonts-freefont-ttf \
&& rm -rf /var/lib/apt/lists/*