Related Run: - https://github.com/partcad/partcad/actions/runs/12080829096 You can see that in [Build Dev Container](https://github.com/partcad/partcad/actions/runs/12080829096/job/33688809282#logs) everything is `Layer already exists`, but [Install Python dependencies](https://github.com/partcad/partcad/actions/runs/12080829096/job/33688842543#logs) fails with: ``` /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.