From 16a890a7683a0005b1c2bbe9b4e9808313f00f2e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 16 Oct 2023 22:00:04 +0200 Subject: [PATCH] Fix missing slash --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44f147ca4..a10251ac2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ARG \ # Set pip & S6 defaults ENV \ PIP_DISABLE_PIP_VERSION_CHECK=1 \ - PIP_EXTRA_INDEX_URL="https://wheels.home-assistant.io/musllinux-index/" + PIP_EXTRA_INDEX_URL="https://wheels.home-assistant.io/musllinux-index/" \ PIP_NO_CACHE_DIR=1 \ PIP_PREFER_BINARY=1 \ S6_SERVICES_GRACETIME=220000