We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1f820b + 520dac1 commit 87c805eCopy full SHA for 87c805e
Dockerfile
@@ -7,8 +7,7 @@ LABEL tag="ackee-gitlab" \
7
ENV GITLAB_CI_UTILS_VERSION "2.13.0"
8
ENV PATH "$PATH:/opt/google-cloud-sdk/bin"
9
10
-RUN apk add --no-cache bash coreutils curl jq git python3 rsync zip py3-pip gettext
11
-RUN pip3 install yq
+RUN apk add --no-cache bash coreutils curl jq git python3 rsync zip yq-python gettext
12
13
RUN wget -q "https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz" -O google-cloud-sdk.tar.gz && \
14
tar -xf google-cloud-sdk.tar.gz -C /opt && \
0 commit comments