Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit c707ba6

Browse files
committed
Add yq binary
1 parent f3b6228 commit c707ba6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ ENV PATH /google-cloud-sdk/bin:$PATH
2929
RUN gcloud components install beta
3030
RUN gcloud components install alpha
3131

32+
RUN curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.12.2/yq_linux_amd64 -o /usr/local/bin/yq \
33+
&& chmod +x /usr/local/bin/yq
34+
3235
WORKDIR /gitpod
3336

3437
COPY . /gitpod

0 commit comments

Comments
 (0)