Skip to content

Commit a9ed035

Browse files
authored
install ripgrep
1 parent 0dfda15 commit a9ed035

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ ARG \
5757
MAN_DB_VERSION=2.13.1-1 \
5858
# renovate: datasource=repology depName=debian_13/procps
5959
PROCPS_VERSION=2:4.0.4-9 \
60+
# renovate: datasource=repology depName=debian_13/ripgrep
61+
RIPGREP_VERSION=15.1.0-1 \
6062
# renovate: datasource=repology depName=debian_13/sudo
6163
SUDO_VERSION=1.9.16p2-3 \
6264
# renovate: datasource=repology depName=debian_13/tree
@@ -88,6 +90,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
8890
make="${MAKE_VERSION}" \
8991
man-db="${MAN_DB_VERSION}" \
9092
procps="${PROCPS_VERSION}" \
93+
ripgrep="${RIPGREP_VERSION}" \
9194
sudo="${SUDO_VERSION}" \
9295
tree="${TREE_VERSION}" \
9396
unzip="${UNZIP_VERSION}" \

0 commit comments

Comments
 (0)