From e100f954ab16dfb7ccccd682f6de8cdd8c4859ab Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Sun, 28 Dec 2025 21:31:50 +0100 Subject: [PATCH] Add libopenjp2 for JPEG 2000 support --- Dockerfile | 1 + argocd/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c61ff7..b605a18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ FROM python:3.14-slim RUN apt-get update && \ apt-get install -y --no-install-recommends \ libjpeg62-turbo \ + libopenjp2-7 \ libtiff6 \ libwebp7 \ zlib1g && \ diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index fdfd9f0..b02d1b8 100644 --- a/argocd/deployment.yaml +++ b/argocd/deployment.yaml @@ -25,7 +25,7 @@ spec: mountPath: /data containers: - name: web - image: git.baumann.gr/adebaumann/labhelper:0.014 + image: git.baumann.gr/adebaumann/labhelper:0.015 imagePullPolicy: Always ports: - containerPort: 8000