Skip to content

Commit

Permalink
[AIRFLOW-7097] Install gcloud beta componensts in CI image (#7772)
Browse files Browse the repository at this point in the history
(cherry picked from commit cabd684)
  • Loading branch information
potiuk authored and kaxil committed Mar 22, 2020
1 parent c64a6df commit 08facf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -230,6 +230,7 @@ RUN GCLOUD_VERSION="274.0.1" \
&& curl "${GCOUD_URL}" -o "${GCLOUD_TMP_FILE}"\
&& tar xzf "${GCLOUD_TMP_FILE}" --strip-components 1 -C "${GCLOUD_HOME}" \
&& rm -rf "${GCLOUD_TMP_FILE}" \
&& ${GCLOUD_HOME}/bin/gcloud components install beta \
&& echo '. /opt/gcloud/completion.bash.inc' >> /etc/bash.bashrc

ENV PATH="$PATH:${GCLOUD_HOME}/bin"
Expand Down

0 comments on commit 08facf8

Please sign in to comment.