Skip to content

Commit 87c805e

Browse files
authored
Merge pull request #35 from AckeeDevOps/upgrade/docker-compose
🐛 Fix yq install
2 parents b1f820b + 520dac1 commit 87c805e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
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)