Skip to content

Commit

Permalink
fix: broken docker build
Browse files Browse the repository at this point in the history
Co-Authored-By: Venkata Mutyala <[email protected]>
  • Loading branch information
go-bpetersen and venkatamutyala committed Dec 7, 2022
1 parent ddd8812 commit 9321402
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT}


ENV CLOUDSDK_INSTALL_DIR /usr/local/gcloud/
ADD glueops-fetch-repos /usr/bin/glueops-repo-fetch
ADD ../glueops-fetch-repos /usr/bin/glueops-repo-fetch
RUN chmod +x /usr/bin/glueops-repo-fetch
RUN curl -sSL https://sdk.cloud.google.com | bash
ENV PATH $PATH:/usr/local/gcloud/google-cloud-sdk/bin
Expand Down
File renamed without changes.

0 comments on commit 9321402

Please sign in to comment.