cms icon indicating copy to clipboard operation
cms copied to clipboard

bug: Getting a openssl error while running it locally using docker

Open jiteshrajoriyaa opened this issue 8 months ago • 0 comments

Describe the bug When we run command docker compose watch, the daily_code_container get exit just after being started. After seeing the logs of this container we can see a error like prisma:warn Prisma failed to detect the libssl/openssl version to use, and may not work as expected. Defaulting to "openssl-1.1.x".

To Reproduce Steps to reproduce the behaviour:

  1. clone locally ( I cloned a forked one)
  2. run docker compose watch
  3. run docker ps (you will see only one container is running)
  4. run docker ps -a
  5. run docker logs (id of daily_code_container)

Expected behaviour You will see these error prisma:warn Prisma failed to detect the libssl/openssl version to use, and may not work as expected. Defaulting to "openssl-1.1.x". Please manually install OpenSSL and try installing Prisma again

Screenshots or GIFs

Image

Additional context Your docker compose version should be v2

jiteshrajoriyaa avatar Jun 24 '25 06:06 jiteshrajoriyaa