Skip to content
Snippets Groups Projects
Commit b8963d51 authored by Leonardo's avatar Leonardo
Browse files

chore: include python for service to support canvas-based plotly image generation

parent b70f3d17
Branches test/insightsPopulateTemplate
No related tags found
No related merge requests found
Pipeline #143614 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment