Join Slack
Powered by
Guys! I just bought new macbook m1. I have this is...
# orm-help
m
Muhammed Kurel
06/19/2021, 1:25 PM
Guys! I just bought new macbook m1. I have this issue and I couldn't solve this.
j
janpio
06/19/2021, 1:32 PM
Are you running directly or via Docker?
janpio
06/19/2021, 1:32 PM
Looks similar to this recent issue:
https://github.com/prisma/prisma/issues/7755
m
Muhammed Kurel
06/19/2021, 2:04 PM
Thank you so much. I hope its gonna help me.
h
Hervé (cocoom.com)
01/21/2022, 10:52 AM
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
2
Views
Open in Slack
Previous
Next