jsii
jsii copied to clipboard
Docker build issue in Mac
Describe the bug
I'm trying to install dependencies using this command
$ IMAGE=superchain
$ docker build -t ${IMAGE} ./superchain
But getting this issue

Expected Behavior
It should install all dependencies.
Can someone help me on this. I'm not sure what is the issue here.
Current Behavior
Getting an error wherever COPY command is being run in Dockerfile
Reproduction Steps
I'm not sure, if this is happening for everyone.
Below are the reproduction steps
- Clone repo
- cd jsii
- IMAGE=superchain
- docker build -t ${IMAGE} ./superchain
Possible Solution
No response
Additional Information/Context
No response
SDK version used
Cloned latest code today - 4 May
Environment details (OS name and version, etc.)
Mac OS Ventura 13
I faced to same issue in Ubuntu22.04.
Then resolved it and created PR #4162 .
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.