Skip to content

Commit 5a47dd7

Browse files
authored
Add ripgrep to Docker image dependencies
2 parents 6037626 + 081a07a commit 5a47dd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USER root
88

99
RUN apt update && apt dist-upgrade -y && \
1010
mkdir -p -m 755 /etc/apt/keyrings && \
11-
apt install -y curl git wget htop jq && \
11+
apt install -y curl git wget htop jq ripgrep && \
1212
# NODE ######################################################################
1313
curl -fsSL "https://deb.nodesource.com/setup_${NODE_VERSION}.x" | bash - && \
1414
apt install -y nodejs && \

0 commit comments

Comments
 (0)