Skip to content

Commit 520dac1

Browse files
committed
🐛 Fix yq install
1 parent b1f820b commit 520dac1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ LABEL tag="ackee-gitlab" \
77
ENV GITLAB_CI_UTILS_VERSION "2.13.0"
88
ENV PATH "$PATH:/opt/google-cloud-sdk/bin"
99

10-
RUN apk add --no-cache bash coreutils curl jq git python3 rsync zip py3-pip gettext
11-
RUN pip3 install yq
10+
RUN apk add --no-cache bash coreutils curl jq git python3 rsync zip yq-python gettext
1211

1312
RUN wget -q "https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz" -O google-cloud-sdk.tar.gz && \
1413
tar -xf google-cloud-sdk.tar.gz -C /opt && \

0 commit comments

Comments
 (0)