Skip to content

Commit

Permalink
bug-1871345: Install ripgrep inside the dev container.
Browse files Browse the repository at this point in the history
  • Loading branch information
smarnach committed Dec 21, 2023
1 parent 7a715fe commit 7506558
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ FROM mcr.microsoft.com/devcontainers/python:3.11-bullseye@sha256:105bf6a63ab0252

WORKDIR /app

# Install Debian packages
RUN apt-get update && \
apt-get install -y ripgrep

# Install Python dependencies
COPY requirements.txt /app/
RUN pip install -U 'pip>=20' && \
Expand Down

0 comments on commit 7506558

Please sign in to comment.