diff mbox series

[v2,06/14] support/docker: add python3-magic

Message ID 20220731193521.1217825-7-ricardo.martincoski@gmail.com
State Accepted
Headers show
Series Preventing style regressions using check-package v2 | expand

Commit Message

Ricardo Martincoski July 31, 2022, 7:35 p.m. UTC
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>
---
Changes v1 -> v2:
  - none

NOTE to the maintainer applying this patch: all patches after this in
the series assume this patch was applied, a new docker image was
generated and its version was updated in .gitlab.yml
---
 support/docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Feb. 6, 2023, 9:24 p.m. UTC | #1
On Sun, 31 Jul 2022 16:35:13 -0300
Ricardo Martincoski <ricardo.martincoski@gmail.com> wrote:

> 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>
> ---
> Changes v1 -> v2:
>   - none

Applied to master, thanks. I stopped applying there, because we now
need to regenerate the Docker container image, push it on the Gitlab CI
registry, and update .gitlab-ci.yml. And I must say I have no idea how
to do this :-)

Thomas
diff mbox series

Patch

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 \