From b8963d51158108d72305a3ea280752a54704d5a6 Mon Sep 17 00:00:00 2001 From: Leonardo <leomilho@gmail.com> Date: Sun, 22 Dec 2024 19:09:53 +0100 Subject: [PATCH] chore: include python for service to support canvas-based plotly image generation --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index bfee9a8..b22a06f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ WORKDIR /usr/src/app # install dependencies into temp directory # this will cache them and speed up future builds RUN apk add --no-cache git +RUN apk add --no-cache python3 RUN mkdir /app WORKDIR /app -- GitLab