You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`/root/.ssh/config` must have the correct permissions or otherwise certain operations such as `git clone` will fail in certain environments.
Fixes#1138
`/root/.ssh/config` must have the correct permissions or otherwise certain operations such as `git clone` will fail in certain environments.
Fixes#1138
🐛 Bug Report
What is the problem?
When using jsii/superchain in certain environments, I get the following error:
Example: https://app.circleci.com/jobs/github/eladb/cdk-watchful/31
Proposed Solution
Add
chmod 600 /root/.ssh/config
to Dockerfile.The text was updated successfully, but these errors were encountered: