fix(Dockerfile): follow redirections in curl
This commit is contained in:
parent
468783f50e
commit
b5b278f0b6
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ RUN apt-get update \
|
||||||
|
|
||||||
# External tools
|
# External tools
|
||||||
# yq => manage YML
|
# yq => manage YML
|
||||||
RUN curl -o /usr/local/bin/yq \
|
RUN curl -sSL -o /usr/local/bin/yq \
|
||||||
https://github.com/mikefarah/yq/releases/download/v4.18.1/yq_linux_amd64 \
|
https://github.com/mikefarah/yq/releases/download/v4.18.1/yq_linux_amd64 \
|
||||||
&& chmod +x /usr/local/bin/yq
|
&& chmod +x /usr/local/bin/yq
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue