This commit is contained in:
ai-dev 2024-10-30 10:49:22 +01:00
parent 5bd412f18a
commit e0569fd9c7

View File

@ -43,7 +43,7 @@ RUN \
&& pip3 install \
--no-cache-dir \
--prefer-binary \
--find-links "https://wheels.home-assistant.io/alpine-3.15/${BUILD_ARCH}/" \
--find-links "https://wheels.home-assistant.io/musllinux/" \
-r /opt/prometheus-configgen/requirements.txt \
\
&& apk --no-cache del .builddeps \