Guys! I just bought new macbook m1. I have this is...
# orm-help
m
Guys! I just bought new macbook m1. I have this issue and I couldn't solve this.
j
Are you running directly or via Docker?
Looks similar to this recent issue: https://github.com/prisma/prisma/issues/7755
m
Thank you so much. I hope its gonna help me.
h
To make prisma works through a Docker container we had to use a non-alpine distro & add the following line in our Docker file:
Copy code
RUN apk add --no-cache libc6-compat openssl