We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related Run:
You can see that in Build Dev Container everything is Layer already exists, but Install Python dependencies fails with:
Layer already exists
/bin/sh: 1: .devcontainer/postCreateCommand.sh: Permission denied
P. S. I'm not 100% sure that it's actually "image" problem since .devcontainer/postCreateCommand.sh should come from git and not image.
.devcontainer/postCreateCommand.sh
The text was updated successfully, but these errors were encountered:
Okay, for some reason just doing chmod -c +x ... & git commit ... was not enough, and git add --chmod=+x ... fixed it hopefully.
chmod -c +x ...
git commit ...
git add --chmod=+x ...
Sorry, something went wrong.
Yep, shame on me.
No branches or pull requests
Related Run:
You can see that in Build Dev Container everything is
Layer already exists
, but Install Python dependencies fails with:P. S. I'm not 100% sure that it's actually "image" problem since
.devcontainer/postCreateCommand.sh
should come from git and not image.The text was updated successfully, but these errors were encountered: