diff --git a/Dockerfile b/Dockerfile index b605a18..fc84fc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,11 @@ RUN apt-get update && \ libopenjp2-7 \ libtiff6 \ libwebp7 \ + libxcb1 \ + libfreetype6 \ + liblcms2-2 \ + libharfbuzz0b \ + libfribidi0 \ zlib1g && \ rm -rf /var/lib/apt/lists/* && \ useradd -m -r appuser && \ diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index b02d1b8..15f7af7 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.015 + image: git.baumann.gr/adebaumann/labhelper:0.016 imagePullPolicy: Always ports: - containerPort: 8000