79217589

Date: 2024-11-23 10:10:06
Score: 1.5
Natty:
Report link

In my case I had no ca-certificates installed in Docker image due to https://github.com/debuerreotype/docker-debian-artifacts/issues/15. Adding RUN apt update && apt install -y ca-certificates && rm -rf /var/lib/{apt,dpkg,cache,log}/ in Dockerfile and rebuilding container helped.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: RealGecko