Skip to content

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

Open
@jiteshrajoriyaa

Description

@jiteshrajoriyaa

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions