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 \ && pip3 install \
--no-cache-dir \ --no-cache-dir \
--prefer-binary \ --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 \ -r /opt/prometheus-configgen/requirements.txt \
\ \
&& apk --no-cache del .builddeps \ && apk --no-cache del .builddeps \