From 826bddf3466a141c00d92cb13d7bb5befdd9b4eb Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Sun, 28 Dec 2025 21:47:14 +0100 Subject: [PATCH] Add full WebP library support (demux/mux) --- Dockerfile | 2 ++ argocd/deployment.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fc84fc9..6392578 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,8 @@ RUN apt-get update && \ libopenjp2-7 \ libtiff6 \ libwebp7 \ + libwebpdemux2 \ + libwebpmux3 \ libxcb1 \ libfreetype6 \ liblcms2-2 \ diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index 15f7af7..1abb29d 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.016 + image: git.baumann.gr/adebaumann/labhelper:0.017 imagePullPolicy: Always ports: - containerPort: 8000