jsii icon indicating copy to clipboard operation
jsii copied to clipboard

Docker build issue in Mac

Open ranjith-jagadeesh opened this issue 2 years ago • 1 comments

Describe the bug

I'm trying to install dependencies using this command

$ IMAGE=superchain
$ docker build -t ${IMAGE} ./superchain

But getting this issue image image

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

  1. Clone repo
  2. cd jsii
  3. IMAGE=superchain
  4. 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

ranjith-jagadeesh avatar May 04 '23 14:05 ranjith-jagadeesh

I faced to same issue in Ubuntu22.04.

Then resolved it and created PR #4162 .

ysuzuki19 avatar Jun 28 '23 19:06 ysuzuki19

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.

github-actions[bot] avatar Apr 09 '24 11:04 github-actions[bot]