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>
2023.02.x
Ricardo Martincoski 2022-07-31 16:35:13 -03:00 committed by Thomas Petazzoni
parent efccb2a7dd
commit bcd15aa08a
1 changed files with 1 additions and 0 deletions

View File

@ -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 \