Skip to content

Commit

Permalink
download of Hugo: improved args for curl (--no-progress-meter)
Browse files Browse the repository at this point in the history
  • Loading branch information
joonas-fi committed Aug 18, 2024
1 parent 8334fd6 commit ba3a2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-default.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM alpine:latest

RUN apk add --update curl

RUN curl --location --fail https://github.com/spf13/hugo/releases/download/v0.80.0/hugo_0.80.0_Linux-64bit.tar.gz | tar -C /usr/bin -xzf -
RUN curl --fail --location --no-progress-meter https://github.com/spf13/hugo/releases/download/v0.80.0/hugo_0.80.0_Linux-64bit.tar.gz | tar -C /usr/bin -xzf -

0 comments on commit ba3a2ad

Please sign in to comment.