Skip to content

Commit

Permalink
svg generator slim-bullseye test
Browse files Browse the repository at this point in the history
  • Loading branch information
v00g100skr committed Apr 4, 2024
1 parent fec1427 commit 603c30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/svg_generator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-bullseye
FROM python:3.12-slim-bullseye
COPY svg_generator.py .
RUN --mount=type=bind,source=requirements.txt,target=/tmp/requirements.txt \
python -m pip install --no-cache-dir -r /tmp/requirements.txt
Expand Down

0 comments on commit 603c30c

Please sign in to comment.