From bcd15aa08aab1e8292b93995c44dc765a9801632 Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Sun, 31 Jul 2022 16:35:13 -0300 Subject: [PATCH] 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 Signed-off-by: Thomas Petazzoni --- support/docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/support/docker/Dockerfile b/support/docker/Dockerfile index f54c31b54a..d775ae23e1 100644 --- a/support/docker/Dockerfile +++ b/support/docker/Dockerfile @@ -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 \