diff --git a/.hadolint.yaml b/.hadolint.yaml index 7a1c98cc1..9128753db 100644 --- a/.hadolint.yaml +++ b/.hadolint.yaml @@ -1,7 +1,6 @@ ignored: - DL3003 - DL3006 - - DL3013 - DL3018 + - DL3042 - SC2155 - - SC2046 diff --git a/Dockerfile b/Dockerfile index 9f3010b51..c5170cffe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,9 +9,6 @@ ARG \ PICOTTS_HASH \ TELLDUS_COMMIT -# Add Home Assistant wheels repository -ENV WHEELS_LINKS=https://wheels.home-assistant.io/musllinux/ - ## # Install component packages RUN \ @@ -42,7 +39,7 @@ RUN \ ## Install pip module for component/homeassistant COPY requirements.txt /usr/src/ RUN \ - pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \ + pip3 install --only-binary=:all: \ -r /usr/src/requirements.txt \ && rm -f /usr/src/requirements.txt @@ -144,6 +141,7 @@ RUN \ /usr/src/telldus \ /usr/src/telldus-fix-gcc-11-issues.patch \ /usr/src/telldus-fix-alpine-3-17-issues.patch + ### # Base S6-Overlay COPY rootfs /