From b3f3ba752b45de348fd7db847d7ba56ccc0920a8 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Sun, 2 Jun 2024 19:51:48 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df56360..c04225d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,7 @@ FROM python:3.12-slim-bookworm AS runtime # Install OS package dependency RUN --mount=type=cache,target=/var/cache/apt apt-get update -y --fix-missing && \ - apt-get install libcairo2 -y --no-install-recommends && \ + apt-get install -y --no-install-recommends && \ apt-get clean ENV VIRTUAL_ENV=/opt/invenio/.venv \