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