From b7ffa55f05c72a1f04f4354b0cf91ccfc1737a08 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 13 Feb 2024 22:39:06 +0100 Subject: [PATCH] fix: add missing ca-certificates package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c3c9b90..ce7c686 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:bookworm RUN \ apt-get update \ - && apt-get install --yes --no-install-recommends -qq python3 git python3-daemon python3-zeroc-ice zeroc-ice-slice \ + && apt-get install --yes --no-install-recommends -qq python3 git python3-daemon python3-zeroc-ice zeroc-ice-slice ca-certificates \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \ && useradd --system --no-create-home -U mumo