Adding label into dev container, too (has a bug, not working)

This commit is contained in:
Benjamin Harder
2024-02-18 23:37:41 +01:00
parent fda9daeb4d
commit d3bc476ffc
2 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
#FROM python:3.9-slim-buster
# For debugging:
# sudo docker run --rm -it --entrypoint sh ghcr.io/manimatter/decluttarr:dev
FROM python:3.10.13-slim
LABEL org.opencontainers.image.source="https://github.com/ManiMatter/decluttarr"