79464293

Date: 2025-02-24 16:57:38
Score: 0.5
Natty:
Report link

I have faced the above problem about running selfcontained .net5 app in ubuntu 18 docker. As to me, I think that you can beat it using following commands in container build:

apt-get update && apt-get install libssl1.1 -y
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Black Monk