From d2e992a90c56011aa2d13cfd60ac4b55c94e6b69 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 18 Oct 2023 16:20:16 +0200 Subject: [PATCH] Adjustments for new base images (#303) --- .hadolint.yaml | 3 +-- Dockerfile | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.hadolint.yaml b/.hadolint.yaml index 7a1c98cc16..9128753db8 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 9f3010b517..c5170cffef 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 /