mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
support/docker: add python3-magic
It will be needed by check-package to run checks according to the file type (the same determined by the command 'file'). Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
efccb2a7dd
commit
bcd15aa08a
@@ -39,6 +39,7 @@ RUN apt-get install -y --no-install-recommends \
|
||||
openssh-server \
|
||||
python3 \
|
||||
python3-flake8 \
|
||||
python3-magic \
|
||||
python3-nose2 \
|
||||
python3-pexpect \
|
||||
python3-pytest \
|
||||
|
||||
Reference in New Issue
Block a user