details:   https://code.tryton.org/tryton-docker/commit/6ff2a1b44adf
branch:    default
user:      Sergi Almacellas Abellana <[email protected]>
date:      Wed Jun 10 12:42:30 2026 +0200
description:
        Install python3-magic from Debian package

        Closes #28
diffstat:

 8.0/Dockerfile |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 3ce81d78c250 -r 6ff2a1b44adf 8.0/Dockerfile
--- a/8.0/Dockerfile    Fri Jun 05 08:41:28 2026 +0200
+++ b/8.0/Dockerfile    Wed Jun 10 12:42:30 2026 +0200
@@ -45,6 +45,7 @@
         graphviz \
         python3-psycopg \
         python3-psycopg-pool \
+        python3-magic \
     && rm -rf /var/lib/apt/lists/*
 
 RUN mkdir -p /etc/bash_completion.d \

Reply via email to