We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c78b4 commit 1fd9257Copy full SHA for 1fd9257
docker/benchbase/devcontainer/Dockerfile
@@ -7,7 +7,7 @@ LABEL org.opencontainers.image.source = "https://github.com/cmu-db/benchbase/"
7
# Also add a few nice cli tools.
8
RUN apt-get update \
9
&& apt-get -y upgrade \
10
- && apt-get -y install --no-install-recommends sudo vim-nox neovim less bash-completion colordiff git openssh-client jq \
+ && apt-get -y install --no-install-recommends sudo vim-nox neovim less bash-completion colordiff git openssh-client jq ripgrep \
11
&& apt-get clean && rm -rf /var/lib/apt/lists/*
12
13
# Add a containeruser that allows vscode/codespaces to map the local host user
0 commit comments