Trying to set up development-easy under docker in Mac Permission denied to alpinelinux

Team,
Getting the following error when I execute the docker-compose up in Mac under the development-easy folder according to the tutorial
CONTRIBUTING.md#code-contributions-local-development

development-easy-openemr-1 | fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz
development-easy-openemr-1 | 487B93C6AE7F0000:error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1889:
development-easy-openemr-1 | WARNING: updating and opening https://dl-cdn.alpinelinux.org/alpine/v3.18/main: Permission denied
4 unavailable, 0 stale; 213 distinct packages available

Seems its trying to access the directory
Mac Os Monterey 12.4
Docker version 24.0.2, build cb74dfc
Docker Compose version v2.19.1

Note: out of 5 containers 4 are running fine except open-emr container. keep restarting

For a similar problem on windows docker I delete vendors directly then try compose up

What are vendors directly? can you please little elaborate?
Is it working for you in windows?

I’ve never heard of this problem on Mac or Lennox and appears on my windows docker the reason I don’t know and couldn’t find.
Vendor directly I’m talking about is the vendor direct in OpenEMR root
Openemr/vendor

I don’t have anything under vendor folder, let me delete it.

I’m not sure what to do in my current issue