Skip to content

Commit

Permalink
Add python3-magic to doc and container
Browse files Browse the repository at this point in the history
Closes #24

Signed-off-by: Steve Milner <[email protected]>
  • Loading branch information
ashcrow committed Apr 14, 2020
1 parent a401afc commit 3a9e14f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM registry.fedoraproject.org/fedora:latest
COPY filetranspile /usr/bin/filetranspile

RUN dnf update -y && \
dnf install -y python3-yaml && \
dnf install -y python3-yaml python3-magic && \
chmod a+x /usr/bin/filetranspile

WORKDIR /srv
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ These items are required when running outside of the container.

- Python 3 (3.6+ recommended)
- [PyYAML](https://github.com/yaml/pyyaml)

- python3-magic

```
./filetranspile -i ignition.json -f fake-root
Expand Down

0 comments on commit 3a9e14f

Please sign in to comment.