Skip to content

Commit

Permalink
modify gcloud permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartshea committed Jan 10, 2024
1 parent 0a5532f commit c3b304f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ RUN pip install --user --no-cache-dir -r https://raw.githubusercontent.com/runwh
RUN curl -sSL https://sdk.cloud.google.com | bash
ENV PATH "$PATH:/home/gitpod/google-cloud-sdk/bin/"
RUN gcloud components install gke-gcloud-auth-plugin --quiet
RUN chown -R gitpod:gitpod /home/gitpod/.config/gcloud

# Install lnav (https://github.com/tstack/lnav)
ENV LNAV_VERSION 0.11.2
Expand Down

0 comments on commit c3b304f

Please sign in to comment.