You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to tweak crab fit to do some modifications for a ticketing system. Built the Dockerfile for the API, but hit libssl errors when I run it with Docker Compose:
mesh-fit-1 | ./api: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory
To reproduce
$ cd api
$ docker build . --tag crab-fit
$ docker run crab-fit
Expected behavior
Crab fit API starts up and waits for connections
Additional information
No response
The text was updated successfully, but these errors were encountered:
Description of the bug
Trying to tweak crab fit to do some modifications for a ticketing system. Built the Dockerfile for the API, but hit libssl errors when I run it with Docker Compose:
To reproduce
Expected behavior
Crab fit API starts up and waits for connections
Additional information
No response
The text was updated successfully, but these errors were encountered: