Build - Add image source label to Dockerfile (Better Renovate and others support) (#2690)

pull/1945/merge
Marc 2024-10-09 08:30:23 +02:00 zatwierdzone przez GitHub
rodzic 54a4970a4c
commit 6cd1d50a4f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -37,6 +37,7 @@ RUN pip install --target=/dependencies playwright~=1.41.2 \
# Final image stage
FROM python:${PYTHON_VERSION}-slim-bookworm
LABEL org.opencontainers.image.source="https://github.com/dgtlmoon/changedetection.io"
RUN apt-get update && apt-get install -y --no-install-recommends \
libxslt1.1 \