From 5dd147b4210ce2c88a87aebb9fc265ea855edbfe Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Sun, 26 May 2024 20:42:25 +0200 Subject: [PATCH] add ca-certs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ccd8ee7..b960163 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:12.5 RUN apt-get update -qq -RUN apt-get install -qq curl nmap inetutils-ping iftop ldap-utils vim nano git --no-install-recommends +RUN apt-get install -qq curl nmap inetutils-ping iftop ldap-utils vim nano git ca-certificates --no-install-recommends RUN rm -rf /var/lib/apt/lists/* RUN rm -rf /var/cache/apt/* ENTRYPOINT ["tail", "-f", "/dev/null"] \ No newline at end of file