Skip to content

Commit

Permalink
Add magic dependencies to dev dockerfile (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhprabhakaran3 authored Mar 6, 2024
1 parent ab1aaba commit a62afe6
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 a62afe6

Please sign in to comment.