We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb3f37 commit cde56a5Copy full SHA for cde56a5
1 file changed
Dockerfile
@@ -24,7 +24,7 @@ RUN apk add --no-cache --virtual .build-deps \
24
25
# Install CLI
26
ARG CLI_VERSION
27
-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} \
28
&& chmod a+x /usr/bin/ha
29
30
COPY rootfs /
0 commit comments