diff --git a/Dockerfile b/Dockerfile index ecace1b..68b5b62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN apk add --no-cache --virtual .build-deps \ # Install CLI ARG CLI_VERSION -RUN curl -Lso /usr/bin/ha https://github.com/home-assistant/cli/releases/download/${CLI_VERSION}/ha_${BUILD_ARCH} \ +RUN curl -Lfso /usr/bin/ha https://github.com/home-assistant/cli/releases/download/${CLI_VERSION}/ha_${BUILD_ARCH} \ && chmod a+x /usr/bin/ha COPY rootfs /