Skip to content

Commit

Permalink
Add missing libmagic1 in container image
Browse files Browse the repository at this point in the history
Required by Commodore v1.15.0/Kapitan 0.31.0, cf.
projectsyn/commodore@8896815
  • Loading branch information
simu committed Mar 6, 2023
1 parent ab9ffeb commit d2d2306
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 d2d2306

Please sign in to comment.