Skip to content

Commit

Permalink
Merge pull request #119 from projectsyn/fix/add-missing-libmagic1
Browse files Browse the repository at this point in the history
Add missing `libmagic1` in container image
  • Loading branch information
simu authored Mar 6, 2023
2 parents ab9ffeb + d2d2306 commit 37f7fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN install-tool python 3.11.1
# because otherwise the python packages which need to build C extensions can't
# find Python.h
RUN ln -s /opt/buildpack/tools/python /usr/local/python
RUN install-apt build-essential libffi-dev
RUN install-apt build-essential libffi-dev libmagic1
COPY requirements.txt .
RUN pip install -r requirements.txt

Expand Down

0 comments on commit 37f7fe0

Please sign in to comment.