We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6037626 + 081a07a commit 5a47dd7Copy full SHA for 5a47dd7
1 file changed
fx/Dockerfile
@@ -8,7 +8,7 @@ USER root
8
9
RUN apt update && apt dist-upgrade -y && \
10
mkdir -p -m 755 /etc/apt/keyrings && \
11
- apt install -y curl git wget htop jq && \
+ apt install -y curl git wget htop jq ripgrep && \
12
# NODE ######################################################################
13
curl -fsSL "https://deb.nodesource.com/setup_${NODE_VERSION}.x" | bash - && \
14
apt install -y nodejs && \
0 commit comments