From 08e112e79dadf378f2236f1f1696762d3fb48737 Mon Sep 17 00:00:00 2001 From: Stefan Bauer Date: Tue, 20 Jan 2026 12:20:24 +0100 Subject: [PATCH] install python3-decorator Provide python3-decorator package in container to support famous apps from softhealer.com as they rely on decorator. This fixes #565 --- 19.0/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/19.0/Dockerfile b/19.0/Dockerfile index 4d280d6f3..c8ab1f41d 100644 --- a/19.0/Dockerfile +++ b/19.0/Dockerfile @@ -37,6 +37,7 @@ RUN apt-get update && \ python3-watchdog \ python3-xlrd \ python3-xlwt \ + python3-decorator \ xz-utils && \ if [ -z "${TARGETARCH}" ]; then \ TARGETARCH="$(dpkg --print-architecture)"; \