Skip to content

Commit

Permalink
fix: add python3-magic to container
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Dec 16, 2023
1 parent 784c8b0 commit 60af555
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 @@ -18,7 +18,7 @@ RUN dnf install -y 'dnf-command(copr)' && \
flatpak-builder \
git \
git-lfs \
python3-{aiohttp,apt,editorconfig,github,gobject,jsonschema,lxml,packaging,pyelftools,ruamel-yaml,semver,toml} \
python3-{aiohttp,apt,editorconfig,github,gobject,jsonschema,lxml,magic,packaging,pyelftools,ruamel-yaml,semver,toml} \
rsync \
xorg-x11-server-Xvfb \
zstd && \
Expand Down

0 comments on commit 60af555

Please sign in to comment.