From 16f63e16dcd313a62cd2910989e79936cbf9beab Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Mon, 25 Jul 2022 15:27:19 +0900 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be18705..b76ea94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -qy --no-install-recommends $BUILD_DEPS && FROM base AS runner LABEL maintainer="Jun Kurihara" -ENV RUNTIME_DEPS bash logrotate +ENV RUNTIME_DEPS bash logrotate ca-certificates RUN apt-get update && \ apt-get install -qy --no-install-recommends $RUNTIME_DEPS && \