Skip to content

Commit

Permalink
Merge branch 'main' into sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
imApoorva36 authored Mar 6, 2024
2 parents 9b18fa3 + a62afe6 commit 329ace6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corpus/dev-Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /corpus
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1

RUN apt-get update && apt-get install -y gcc libpq-dev
RUN apt-get update && apt-get install -y gcc libpq-dev libmagic1

COPY requirements.txt .
RUN pip install --no-cache-dir --upgrade pip
Expand Down

0 comments on commit 329ace6

Please sign in to comment.