diff --git a/Dockerfile b/Dockerfile index 30a5d5305..c5170cffe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,6 @@ ARG \ PICOTTS_HASH \ TELLDUS_COMMIT - ## # Install component packages RUN \ @@ -36,10 +35,6 @@ RUN \ pulseaudio-alsa \ socat -### -# Base S6-Overlay -COPY rootfs / - #### ## Install pip module for component/homeassistant COPY requirements.txt /usr/src/ @@ -147,3 +142,6 @@ RUN \ /usr/src/telldus-fix-gcc-11-issues.patch \ /usr/src/telldus-fix-alpine-3-17-issues.patch +### +# Base S6-Overlay +COPY rootfs / diff --git a/rootfs/etc/pip.conf b/rootfs/etc/pip.conf deleted file mode 100644 index b34373a35..000000000 --- a/rootfs/etc/pip.conf +++ /dev/null @@ -1,5 +0,0 @@ -[global] -disable-pip-version-check = true -extra-index-url = https://wheels.home-assistant.io/musllinux-index/ -no-cache-dir = false -prefer-binary = true