From f6d02e202e55b9d0969cb23b02629245161d0eeb Mon Sep 17 00:00:00 2001 From: Namekuji Date: Sat, 10 Dec 2022 14:39:35 -0500 Subject: [PATCH] fix invalid certification error --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b55bce6..38aeded 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,9 @@ COPY --from=1 /workspace/audon-bin /audon/ RUN apt-get update && \ echo "Etc/UTC" > /etc/localtime && \ - apt-get -y --no-install-recommends install tini + apt-get -y --no-install-recommends install tini \ + tzdata \ + ca-certificates ENV AUDON_ENV=production