mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Make spacing more consistent
This commit is contained in:
parent
e7e7a7cbe0
commit
f73a6b5d3e
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ RUN curl -L https://go.kubebuilder.io/dl/${KUBEBUILDER_VERSION}/linux/amd64 | ta
|
|||
&& ln -sfv /usr/local/kubebuilder/bin/* /usr/local/bin
|
||||
|
||||
RUN curl --retry 6 -LsO https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 \
|
||||
&& chmod +x yq_linux_amd64 \
|
||||
&& mv yq_linux_amd64 /usr/local/bin/yq
|
||||
&& chmod +x yq_linux_amd64 \
|
||||
&& mv yq_linux_amd64 /usr/local/bin/yq
|
||||
|
||||
|
||||
FROM golang:1.14-alpine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue