Skip to content

Commit cde56a5

Browse files
authored
Make curl fail on server errors (#124)
1 parent ddb3f37 commit cde56a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apk add --no-cache --virtual .build-deps \
2424

2525
# Install CLI
2626
ARG CLI_VERSION
27-
RUN curl -Lso /usr/bin/ha https://github.com/home-assistant/cli/releases/download/${CLI_VERSION}/ha_${BUILD_ARCH} \
27+
RUN curl -Lfso /usr/bin/ha https://github.com/home-assistant/cli/releases/download/${CLI_VERSION}/ha_${BUILD_ARCH} \
2828
&& chmod a+x /usr/bin/ha
2929

3030
COPY rootfs /

0 commit comments

Comments
 (0)