Skip to content

Commit

Permalink
Make curl fail on server errors (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored Oct 5, 2023
1 parent ddb3f37 commit cde56a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down

0 comments on commit cde56a5

Please sign in to comment.