Skip to content

Commit

Permalink
fix: gcloud path
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop authored Jul 14, 2024
1 parent 0a1c2bd commit 7aef333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi && \

FROM base as final

ENV PATH /google-cloud-sdk/bin:$PATH
ENV PATH /opt/google-cloud-sdk/bin:$PATH
ENV CLOUDSDK_PYTHON=/usr/bin/python3
copy --from=gcloud-installer /opt/google-cloud-sdk /opt/google-cloud-sdk
# This is to be able to update gcloud packages
Expand Down

0 comments on commit 7aef333

Please sign in to comment.