This commit is contained in:
Philip Mayer
2025-09-22 21:53:45 +02:00
parent e49976bf8a
commit 9df3f0c91b

View File

@@ -35,8 +35,8 @@ COPY --chown=app:app README.md /home/app/spoolman/
FROM python:3.12-slim-bookworm AS python-runner
RUN apt-get update && apt-get install -y \
curl \
uvicorn
curl uvicorn \
&& apt-get clean
LABEL org.opencontainers.image.source=https://github.com/Donkie/Spoolman
LABEL org.opencontainers.image.description="Keep track of your inventory of 3D-printer filament spools."