Skip to content

Commit

Permalink
hotfix cairosvg in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Kopylov committed Feb 27, 2024
1 parent b3a1dc7 commit 59e8a9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ RUN poetry install --no-root
# Production Image
###############################################
FROM base-image as production
RUN apt-get update && \
apt-get install -y python3-cairosvg
COPY --from=builder-base $PYSETUP_PATH $PYSETUP_PATH

ARG PYTHONPATH=/service
Expand Down

0 comments on commit 59e8a9b

Please sign in to comment.